Fix cpplint errors in devtools_ui.cc
This commit is contained in:
parent
dfb8a809ee
commit
ef5992b0eb
1 changed files with 3 additions and 3 deletions
|
@ -90,7 +90,7 @@ class BundledDataSource : public content::URLDataSource {
|
||||||
DISALLOW_COPY_AND_ASSIGN(BundledDataSource);
|
DISALLOW_COPY_AND_ASSIGN(BundledDataSource);
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
} // namespace
|
||||||
|
|
||||||
DevToolsUI::DevToolsUI(BrowserContext* browser_context, content::WebUI* web_ui)
|
DevToolsUI::DevToolsUI(BrowserContext* browser_context, content::WebUI* web_ui)
|
||||||
: WebUIController(web_ui) {
|
: WebUIController(web_ui) {
|
||||||
|
@ -98,4 +98,4 @@ DevToolsUI::DevToolsUI(BrowserContext* browser_context, content::WebUI* web_ui)
|
||||||
content::URLDataSource::Add(browser_context, new BundledDataSource());
|
content::URLDataSource::Add(browser_context, new BundledDataSource());
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
} // namespace brightray
|
||||||
|
|
Loading…
Reference in a new issue