Index: extensions/shell/browser/default_shell_browser_main_delegate.h |
diff --git a/extensions/shell/browser/default_shell_browser_main_delegate.h b/extensions/shell/browser/default_shell_browser_main_delegate.h |
index a59c2e4da72ebb0ce5acd0bb65bec9898ec4d97b..847817a9682ef757c27ab1e779cbe48a8ef73b6a 100644 |
--- a/extensions/shell/browser/default_shell_browser_main_delegate.h |
+++ b/extensions/shell/browser/default_shell_browser_main_delegate.h |
@@ -21,7 +21,7 @@ class DefaultShellBrowserMainDelegate : public ShellBrowserMainDelegate { |
// ShellBrowserMainDelegate: |
virtual void Start(content::BrowserContext* context) OVERRIDE; |
virtual void Shutdown() OVERRIDE; |
- virtual ShellDesktopController* CreateDesktopController() OVERRIDE; |
+ virtual DesktopController* CreateDesktopController() OVERRIDE; |
private: |
DISALLOW_COPY_AND_ASSIGN(DefaultShellBrowserMainDelegate); |