Index: extensions/shell/browser/shell_extension_system.h |
diff --git a/extensions/shell/browser/shell_extension_system.h b/extensions/shell/browser/shell_extension_system.h |
index 966bfaf8e3d0f658ce1398aa0e8513e6c3bdf510..b8ed57019badc998ac84bcd5466eed4df0cdc11c 100644 |
--- a/extensions/shell/browser/shell_extension_system.h |
+++ b/extensions/shell/browser/shell_extension_system.h |
@@ -61,7 +61,7 @@ class ShellExtensionSystem : public ExtensionSystem { |
virtual InfoMap* info_map() OVERRIDE; |
virtual LazyBackgroundTaskQueue* lazy_background_task_queue() OVERRIDE; |
virtual EventRouter* event_router() OVERRIDE; |
- virtual ExtensionWarningService* warning_service() OVERRIDE; |
+ virtual WarningService* warning_service() OVERRIDE; |
virtual Blacklist* blacklist() OVERRIDE; |
virtual ErrorConsole* error_console() OVERRIDE; |
virtual InstallVerifier* install_verifier() OVERRIDE; |