mirror of
https://github.com/electron/electron.git
synced 2026-01-28 00:38:35 -05:00
Fix cpplint warnings.
This commit is contained in:
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user