Fix cpplint errors in devtools_ui.cc

This commit is contained in:
Adam Roben 2013-11-17 17:53:38 -05:00
parent dfb8a809ee
commit ef5992b0eb

View file

@ -90,7 +90,7 @@ class BundledDataSource : public content::URLDataSource {
DISALLOW_COPY_AND_ASSIGN(BundledDataSource);
};
}
} // namespace
DevToolsUI::DevToolsUI(BrowserContext* browser_context, content::WebUI* 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());
}
}
} // namespace brightray