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,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