Fix cpplint warnings.

This commit is contained in:
Cheng Zhao 2014-08-07 10:50:50 +08:00
parent e5a57b02d8
commit f455798c05
2 changed files with 1 additions and 2 deletions

View file

@ -139,7 +139,6 @@ DevToolsDelegate::DevToolsDelegate(
} }
DevToolsDelegate::~DevToolsDelegate() { DevToolsDelegate::~DevToolsDelegate() {
LOG(ERROR) << "delete!";
} }
void DevToolsDelegate::Stop() { void DevToolsDelegate::Stop() {

View file

@ -49,6 +49,6 @@ class DevToolsDelegate : public content::DevToolsHttpHandlerDelegate {
DISALLOW_COPY_AND_ASSIGN(DevToolsDelegate); DISALLOW_COPY_AND_ASSIGN(DevToolsDelegate);
}; };
} // namespace brightray } // namespace brightray
#endif // BRIGHTRAY_DEVTOOLS_DELEGATE_H_ #endif // BRIGHTRAY_DEVTOOLS_DELEGATE_H_