mirror of
https://github.com/electron/electron.git
synced 2026-01-27 16:28:23 -05:00
Fix cpplint errors in devtools_ui.cc
This commit is contained in:
@@ -90,12 +90,12 @@ class BundledDataSource : public content::URLDataSource {
|
||||
DISALLOW_COPY_AND_ASSIGN(BundledDataSource);
|
||||
};
|
||||
|
||||
}
|
||||
} // namespace
|
||||
|
||||
DevToolsUI::DevToolsUI(BrowserContext* browser_context, content::WebUI* web_ui)
|
||||
: WebUIController(web_ui) {
|
||||
: WebUIController(web_ui) {
|
||||
web_ui->SetBindings(0);
|
||||
content::URLDataSource::Add(browser_context, new BundledDataSource());
|
||||
}
|
||||
|
||||
}
|
||||
} // namespace brightray
|
||||
|
||||
Reference in New Issue
Block a user