Index: chrome/browser/browser_process_impl.h |
=================================================================== |
--- chrome/browser/browser_process_impl.h (revision 100929) |
+++ chrome/browser/browser_process_impl.h (working copy) |
@@ -33,7 +33,6 @@ |
class CommandLine; |
class DevToolsProtocolHandler; |
class FilePath; |
-class NotificationService; |
class PluginDataRemover; |
class RemoteDebuggingServer; |
class TabCloseableStateWatcher; |
@@ -244,8 +243,6 @@ |
scoped_ptr<GoogleURLTracker> google_url_tracker_; |
scoped_ptr<IntranetRedirectDetector> intranet_redirect_detector_; |
- scoped_ptr<NotificationService> main_notification_service_; |
- |
scoped_ptr<TabCloseableStateWatcher> tab_closeable_state_watcher_; |
scoped_ptr<BackgroundModeManager> background_mode_manager_; |