Index: chrome/browser/ui/browser_commands.cc |
diff --git a/chrome/browser/ui/browser_commands.cc b/chrome/browser/ui/browser_commands.cc |
index 6c031f3e7974460ed4ed6536d4563f48273fd89d..2688047fac390ef1c27012719d060f35ad2e1084 100644 |
--- a/chrome/browser/ui/browser_commands.cc |
+++ b/chrome/browser/ui/browser_commands.cc |
@@ -20,7 +20,6 @@ |
#include "chrome/browser/platform_util.h" |
#include "chrome/browser/prefs/incognito_mode_prefs.h" |
#include "chrome/browser/profiles/profile.h" |
-#include "chrome/browser/rlz/rlz.h" |
#include "chrome/browser/search/search.h" |
#include "chrome/browser/sessions/session_service_factory.h" |
#include "chrome/browser/sessions/tab_restore_service.h" |
@@ -59,6 +58,7 @@ |
#include "components/bookmarks/browser/bookmark_utils.h" |
#include "components/favicon/content/content_favicon_driver.h" |
#include "components/google/core/browser/google_util.h" |
+#include "components/rlz/rlz_tracker.h" |
#include "components/translate/core/browser/language_state.h" |
#include "components/ui/zoom/page_zoom.h" |
#include "components/ui/zoom/zoom_controller.h" |