summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/browser_process_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h
index f558ad9..b6ce12d 100644
--- a/chrome/browser/browser_process_impl.h
+++ b/chrome/browser/browser_process_impl.h
@@ -247,10 +247,10 @@ class BrowserProcessImpl : public BrowserProcess,
scoped_ptr<TabCloseableStateWatcher> tab_closeable_state_watcher_;
- scoped_ptr<BackgroundModeManager> background_mode_manager_;
-
scoped_ptr<StatusTray> status_tray_;
+ scoped_ptr<BackgroundModeManager> background_mode_manager_;
+
bool created_safe_browsing_service_;
scoped_refptr<SafeBrowsingService> safe_browsing_service_;