| Index: chrome/browser/extensions/extension_web_ui.h
|
| diff --git a/chrome/browser/extensions/extension_web_ui.h b/chrome/browser/extensions/extension_web_ui.h
|
| index 60eb44620f9bda0a970e470c8cfcdef1a46140a8..e67e748367b50b6e37e4386b1f3abbbab1737cfa 100644
|
| --- a/chrome/browser/extensions/extension_web_ui.h
|
| +++ b/chrome/browser/extensions/extension_web_ui.h
|
| @@ -42,9 +42,9 @@ class ExtensionWebUI : public content::WebUIController {
|
| // Page names are the keys, and chrome-extension: URLs are the values.
|
| // (e.g. { "newtab": "chrome-extension://<id>/my_new_tab.html" }
|
| static void RegisterChromeURLOverrides(Profile* profile,
|
| - const Extension::URLOverrideMap& overrides);
|
| + const extensions::Extension::URLOverrideMap& overrides);
|
| static void UnregisterChromeURLOverrides(Profile* profile,
|
| - const Extension::URLOverrideMap& overrides);
|
| + const extensions::Extension::URLOverrideMap& overrides);
|
| static void UnregisterChromeURLOverride(const std::string& page,
|
| Profile* profile,
|
| base::Value* override);
|
|
|