Index: chrome/browser/sync/test/integration/single_client_search_engines_sync_test.cc |
diff --git a/chrome/browser/sync/test/integration/single_client_search_engines_sync_test.cc b/chrome/browser/sync/test/integration/single_client_search_engines_sync_test.cc |
index e05bc696dbbd730e17262cb62bf3e4d55509a08a..9f5842025ce42e3486e949271c39d0dfbf2327bc 100644 |
--- a/chrome/browser/sync/test/integration/single_client_search_engines_sync_test.cc |
+++ b/chrome/browser/sync/test/integration/single_client_search_engines_sync_test.cc |
@@ -2,10 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/sync/profile_sync_service.h" |
#include "chrome/browser/sync/test/integration/search_engines_helper.h" |
#include "chrome/browser/sync/test/integration/sync_integration_test_util.h" |
#include "chrome/browser/sync/test/integration/sync_test.h" |
+#include "components/browser_sync/browser/profile_sync_service.h" |
#include "components/search_engines/template_url_service.h" |
using sync_integration_test_util::AwaitCommitActivityCompletion; |