Index: chrome/browser/sync/profile_sync_service_autofill_unittest.cc |
diff --git a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc |
index 299aca0917f0b2a48181fbb5a0e0f7bd882df7ea..23740cb2d92d710242cc0dbb52cb2121f96d6415 100644 |
--- a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc |
@@ -48,11 +48,11 @@ |
#include "chrome/common/net/gaia/gaia_constants.h" |
#include "content/public/browser/notification_source.h" |
#include "content/public/test/test_browser_thread.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/autofill_specifics.pb.h" |
#include "sync/syncable/syncable.h" |
#include "sync/test/engine/test_id_factory.h" |