Index: chrome/browser/sync/test/integration/enable_disable_test.cc |
diff --git a/chrome/browser/sync/test/integration/enable_disable_test.cc b/chrome/browser/sync/test/integration/enable_disable_test.cc |
index 87e8f657e38c520ef66b747f2ac7f868ed2c85fa..ca09ca14e7cf979bd7f4c4a7188f1c1c9589f0cb 100644 |
--- a/chrome/browser/sync/test/integration/enable_disable_test.cc |
+++ b/chrome/browser/sync/test/integration/enable_disable_test.cc |
@@ -6,9 +6,9 @@ |
#include "chrome/browser/sync/test/integration/profile_sync_service_harness.h" |
#include "chrome/browser/sync/test/integration/sync_test.h" |
#include "components/browser_sync/browser/profile_sync_service.h" |
-#include "sync/internal_api/public/base/model_type.h" |
-#include "sync/internal_api/public/read_node.h" |
-#include "sync/internal_api/public/read_transaction.h" |
+#include "components/sync/base/model_type.h" |
+#include "components/sync/core/read_node.h" |
+#include "components/sync/core/read_transaction.h" |
// This file contains tests that exercise enabling and disabling data |
// types. |