Index: chrome/browser/sync/profile_sync_service_password_unittest.cc |
diff --git a/chrome/browser/sync/profile_sync_service_password_unittest.cc b/chrome/browser/sync/profile_sync_service_password_unittest.cc |
index 211194a050fa3606da749152dc44f50fb3176af9..adbefde92fe546919386c6a9e80fbc892e503897 100644 |
--- a/chrome/browser/sync/profile_sync_service_password_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_service_password_unittest.cc |
@@ -35,10 +35,10 @@ |
#include "content/public/browser/notification_source.h" |
#include "content/public/test/mock_notification_observer.h" |
#include "content/public/test/test_browser_thread.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/read_node.h" |
+#include "sync/internal_api/public/read_transaction.h" |
+#include "sync/internal_api/public/write_node.h" |
+#include "sync/internal_api/public/write_transaction.h" |
#include "sync/protocol/password_specifics.pb.h" |
#include "sync/syncable/syncable.h" |
#include "sync/test/engine/test_id_factory.h" |