Index: apps/shell/browser/shell_extensions_browser_client.h |
diff --git a/apps/shell/browser/shell_extensions_browser_client.h b/apps/shell/browser/shell_extensions_browser_client.h |
index 4524ec30ab3d56552ca7fcdc8c0101e719df0d24..d491adfa29efa1b76b46e1a4f100174ce9db27c1 100644 |
--- a/apps/shell/browser/shell_extensions_browser_client.h |
+++ b/apps/shell/browser/shell_extensions_browser_client.h |
@@ -24,7 +24,7 @@ class ShellExtensionsBrowserClient : public ExtensionsBrowserClient { |
// ExtensionsBrowserClient overrides: |
virtual bool IsShuttingDown() OVERRIDE; |
- virtual bool AreExtensionsDisabled(const CommandLine& command_line, |
+ virtual bool AreExtensionsDisabled(const base::CommandLine& command_line, |
content::BrowserContext* context) OVERRIDE; |
virtual bool IsValidContext(content::BrowserContext* context) OVERRIDE; |
virtual bool IsSameContext(content::BrowserContext* first, |