Index: chrome/browser/sync/glue/sync_backend_host.cc |
diff --git a/chrome/browser/sync/glue/sync_backend_host.cc b/chrome/browser/sync/glue/sync_backend_host.cc |
index a4f09e73e75083dfd4b2b4d17ccb6a461c28316e..58e7a37e5e7d82904ad7e5aa2f0772511c379cbf 100644 |
--- a/chrome/browser/sync/glue/sync_backend_host.cc |
+++ b/chrome/browser/sync/glue/sync_backend_host.cc |
@@ -41,13 +41,13 @@ |
#include "jingle/notifier/base/notifier_options.h" |
#include "net/base/host_port_pair.h" |
#include "net/url_request/url_request_context_getter.h" |
-#include "sync/internal_api/base_transaction.h" |
+#include "sync/internal_api/public/base_transaction.h" |
#include "sync/internal_api/public/engine/model_safe_worker.h" |
-#include "sync/internal_api/read_transaction.h" |
+#include "sync/internal_api/public/read_transaction.h" |
+#include "sync/internal_api/public/util/experiments.h" |
#include "sync/notifier/sync_notifier.h" |
#include "sync/protocol/encryption.pb.h" |
#include "sync/protocol/sync.pb.h" |
-#include "sync/util/experiments.h" |
#include "sync/util/nigori.h" |
static const int kSaveChangesIntervalSeconds = 10; |