Index: chrome/browser/ui/webui/ntp/new_tab_page_handler.cc |
diff --git a/chrome/browser/ui/webui/ntp/new_tab_page_handler.cc b/chrome/browser/ui/webui/ntp/new_tab_page_handler.cc |
index b914a5cc4694552e16b56606e7dd02937cd40944..059af69c9a79600db559b8cee1bea37808c5bbf5 100644 |
--- a/chrome/browser/ui/webui/ntp/new_tab_page_handler.cc |
+++ b/chrome/browser/ui/webui/ntp/new_tab_page_handler.cc |
@@ -11,10 +11,10 @@ |
#include "base/prefs/pref_service.h" |
#include "chrome/browser/browser_process.h" |
#include "chrome/browser/profiles/profile.h" |
-#include "chrome/browser/sync/profile_sync_service.h" |
#include "chrome/browser/ui/webui/ntp/new_tab_ui.h" |
#include "chrome/browser/web_resource/notification_promo_helper.h" |
#include "chrome/common/pref_names.h" |
+#include "components/browser_sync/browser/profile_sync_service.h" |
#include "components/pref_registry/pref_registry_syncable.h" |
#include "content/public/browser/notification_service.h" |
#include "content/public/browser/web_ui.h" |