Index: chrome/browser/sync/backend_migrator.cc |
diff --git a/chrome/browser/sync/backend_migrator.cc b/chrome/browser/sync/backend_migrator.cc |
index 258d77463acf7ac272b8ee259b58392e012121d0..c9d755e155aba87dc7c38718dfe3c659509b9635 100644 |
--- a/chrome/browser/sync/backend_migrator.cc |
+++ b/chrome/browser/sync/backend_migrator.cc |
@@ -11,8 +11,8 @@ |
#include "chrome/common/chrome_notification_types.h" |
#include "content/public/browser/notification_details.h" |
#include "content/public/browser/notification_source.h" |
-#include "sync/internal_api/configure_reason.h" |
-#include "sync/internal_api/read_transaction.h" |
+#include "sync/internal_api/public/configure_reason.h" |
+#include "sync/internal_api/public/read_transaction.h" |
#include "sync/protocol/sync.pb.h" |
#include "sync/syncable/syncable.h" // TODO(tim): Bug 131130. |