diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-15 02:50:12 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-15 02:50:12 +0000 |
commit | 895a1e5bb93fa9a86fac22f5492598cf99636e47 (patch) | |
tree | 0f2e965b0014a64656ef378930710a16ad8c79d8 /chrome/browser/prefs | |
parent | 49f47568522c5a83c851f4333592521a1dae86dd (diff) | |
download | chromium_src-895a1e5bb93fa9a86fac22f5492598cf99636e47.zip chromium_src-895a1e5bb93fa9a86fac22f5492598cf99636e47.tar.gz chromium_src-895a1e5bb93fa9a86fac22f5492598cf99636e47.tar.bz2 |
[Sync] Move chrome/browser/sync/api to sync/api
Update all references.
BUG=128061
TEST=
TBR=sky@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10389134
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137062 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/prefs')
-rw-r--r-- | chrome/browser/prefs/pref_model_associator.cc | 4 | ||||
-rw-r--r-- | chrome/browser/prefs/pref_model_associator.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/prefs/pref_model_associator.cc b/chrome/browser/prefs/pref_model_associator.cc index 16dc0c3..cbb3458 100644 --- a/chrome/browser/prefs/pref_model_associator.cc +++ b/chrome/browser/prefs/pref_model_associator.cc @@ -11,10 +11,10 @@ #include "base/logging.h" #include "base/utf_string_conversions.h" #include "base/values.h" -#include "chrome/browser/sync/api/sync_change.h" -#include "chrome/browser/sync/api/sync_error_factory.h" #include "chrome/common/chrome_notification_types.h" #include "chrome/common/pref_names.h" +#include "sync/api/sync_change.h" +#include "sync/api/sync_error_factory.h" #include "sync/protocol/preference_specifics.pb.h" #include "sync/protocol/sync.pb.h" diff --git a/chrome/browser/prefs/pref_model_associator.h b/chrome/browser/prefs/pref_model_associator.h index 6d0bb52..22ad33c 100644 --- a/chrome/browser/prefs/pref_model_associator.h +++ b/chrome/browser/prefs/pref_model_associator.h @@ -14,8 +14,8 @@ #include "base/compiler_specific.h" #include "base/threading/non_thread_safe.h" #include "chrome/browser/prefs/pref_service.h" -#include "chrome/browser/sync/api/syncable_service.h" -#include "chrome/browser/sync/api/sync_data.h" +#include "sync/api/sync_data.h" +#include "sync/api/syncable_service.h" namespace sync_pb { class PreferenceSpecifics; |