Index: chrome/browser/sync/profile_sync_service_session_unittest.cc |
diff --git a/chrome/browser/sync/profile_sync_service_session_unittest.cc b/chrome/browser/sync/profile_sync_service_session_unittest.cc |
index 6bb4b0c9ae1d1ac8aacb0b841d90411b6318cdf1..84d495a274ada3211a1de34e84676fc73cc4f40b 100644 |
--- a/chrome/browser/sync/profile_sync_service_session_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_service_session_unittest.cc |
@@ -37,12 +37,12 @@ |
#include "content/public/browser/notification_service.h" |
#include "content/public/test/test_browser_thread.h" |
#include "googleurl/src/gurl.h" |
-#include "sync/internal_api/change_record.h" |
+#include "sync/internal_api/public/change_record.h" |
+#include "sync/internal_api/public/read_node.h" |
+#include "sync/internal_api/public/read_transaction.h" |
#include "sync/internal_api/public/syncable/model_type.h" |
-#include "sync/internal_api/read_node.h" |
-#include "sync/internal_api/read_transaction.h" |
-#include "sync/internal_api/write_node.h" |
-#include "sync/internal_api/write_transaction.h" |
+#include "sync/internal_api/public/write_node.h" |
+#include "sync/internal_api/public/write_transaction.h" |
#include "sync/protocol/session_specifics.pb.h" |
#include "sync/protocol/sync.pb.h" |
#include "sync/syncable/syncable.h" |