Fix cpplint warnings.
This commit is contained in:
parent
e5a57b02d8
commit
f455798c05
2 changed files with 1 additions and 2 deletions
|
@ -139,7 +139,6 @@ DevToolsDelegate::DevToolsDelegate(
|
|||
}
|
||||
|
||||
DevToolsDelegate::~DevToolsDelegate() {
|
||||
LOG(ERROR) << "delete!";
|
||||
}
|
||||
|
||||
void DevToolsDelegate::Stop() {
|
||||
|
|
|
@ -49,6 +49,6 @@ class DevToolsDelegate : public content::DevToolsHttpHandlerDelegate {
|
|||
DISALLOW_COPY_AND_ASSIGN(DevToolsDelegate);
|
||||
};
|
||||
|
||||
} // namespace brightray
|
||||
} // namespace brightray
|
||||
|
||||
#endif // BRIGHTRAY_DEVTOOLS_DELEGATE_H_
|
||||
|
|
Loading…
Reference in a new issue