Index: chrome/browser/sync/test/integration/single_client_app_list_sync_test.cc |
diff --git a/chrome/browser/sync/test/integration/single_client_app_list_sync_test.cc b/chrome/browser/sync/test/integration/single_client_app_list_sync_test.cc |
index fcfda0101cd6de85e2ab106c701528e1cb742e5d..cd233dc954554c0eb578c64c854f9b850f31b997 100644 |
--- a/chrome/browser/sync/test/integration/single_client_app_list_sync_test.cc |
+++ b/chrome/browser/sync/test/integration/single_client_app_list_sync_test.cc |
@@ -4,13 +4,13 @@ |
#include "base/basictypes.h" |
#include "base/command_line.h" |
-#include "chrome/browser/sync/profile_sync_service.h" |
#include "chrome/browser/sync/test/integration/apps_helper.h" |
#include "chrome/browser/sync/test/integration/sync_app_list_helper.h" |
#include "chrome/browser/sync/test/integration/sync_integration_test_util.h" |
#include "chrome/browser/sync/test/integration/sync_test.h" |
#include "chrome/browser/ui/app_list/app_list_syncable_service.h" |
#include "chrome/browser/ui/app_list/app_list_syncable_service_factory.h" |
+#include "components/browser_sync/browser/profile_sync_service.h" |
#include "ui/app_list/app_list_switches.h" |
using sync_integration_test_util::AwaitCommitActivityCompletion; |