diff options
author | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-17 01:07:19 +0000 |
---|---|---|
committer | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-17 01:07:19 +0000 |
commit | 406203d804cfd1c0ff1b74bced465700df5a531b (patch) | |
tree | dbb0c78215287dd9215eb69411493bff8ae4d3f4 /chrome/browser/sync/glue/sync_backend_host.cc | |
parent | a263538270e30269c67e914fa67542e5d6da2be2 (diff) | |
download | chromium_src-406203d804cfd1c0ff1b74bced465700df5a531b.zip chromium_src-406203d804cfd1c0ff1b74bced465700df5a531b.tar.gz chromium_src-406203d804cfd1c0ff1b74bced465700df5a531b.tar.bz2 |
sync: move internal_api components used by chrome/browser into internal_api/public
TBR=jhawkins@chromium.org
BUG=131130
TEST=
Review URL: https://chromiumcodereview.appspot.com/10534080
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142626 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/glue/sync_backend_host.cc')
-rw-r--r-- | chrome/browser/sync/glue/sync_backend_host.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/sync/glue/sync_backend_host.cc b/chrome/browser/sync/glue/sync_backend_host.cc index a4f09e7..58e7a37 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; |