| Index: chrome/browser/ui/webui/about_ui.h
|
| diff --git a/chrome/browser/ui/webui/about_ui.h b/chrome/browser/ui/webui/about_ui.h
|
| index 3f73e093971293ad0bb6dce1b8f2a8f97a57d8b6..d5fec735685d68ca1b3b0092fb059aa06fb4be25 100644
|
| --- a/chrome/browser/ui/webui/about_ui.h
|
| +++ b/chrome/browser/ui/webui/about_ui.h
|
| @@ -43,7 +43,7 @@ class AboutUIHTMLSource : public ChromeURLDataManager::DataSource {
|
|
|
| class AboutUI : public content::WebUIController {
|
| public:
|
| - explicit AboutUI(content::WebUI* web_ui, const std::string& host);
|
| + AboutUI(content::WebUI* web_ui, const std::string& host);
|
| virtual ~AboutUI() {}
|
|
|
| private:
|
|
|