Index: chrome/browser/sync/test/integration/single_client_bookmarks_sync_test.cc |
diff --git a/chrome/browser/sync/test/integration/single_client_bookmarks_sync_test.cc b/chrome/browser/sync/test/integration/single_client_bookmarks_sync_test.cc |
index b89a8a0a373493703356e5c1fbaf1988ce000d2d..6fcf09ecb59796aa7a46e252c801d32aebca2f0a 100644 |
--- a/chrome/browser/sync/test/integration/single_client_bookmarks_sync_test.cc |
+++ b/chrome/browser/sync/test/integration/single_client_bookmarks_sync_test.cc |
@@ -3,12 +3,12 @@ |
// found in the LICENSE file. |
#include "base/strings/utf_string_conversions.h" |
-#include "chrome/browser/bookmarks/bookmark_model.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/sync/profile_sync_service.h" |
#include "chrome/browser/sync/test/integration/bookmarks_helper.h" |
#include "chrome/browser/sync/test/integration/sync_integration_test_util.h" |
#include "chrome/browser/sync/test/integration/sync_test.h" |
+#include "components/bookmarks/core/browser/bookmark_model.h" |
#include "components/bookmarks/core/browser/bookmark_service.h" |
#include "sync/test/fake_server/fake_server_verifier.h" |
#include "ui/base/layout.h" |