summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/app_sync_bundle.cc
diff options
context:
space:
mode:
authorakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-15 02:50:12 +0000
committerakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-15 02:50:12 +0000
commit895a1e5bb93fa9a86fac22f5492598cf99636e47 (patch)
tree0f2e965b0014a64656ef378930710a16ad8c79d8 /chrome/browser/extensions/app_sync_bundle.cc
parent49f47568522c5a83c851f4333592521a1dae86dd (diff)
downloadchromium_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/extensions/app_sync_bundle.cc')
-rw-r--r--chrome/browser/extensions/app_sync_bundle.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/extensions/app_sync_bundle.cc b/chrome/browser/extensions/app_sync_bundle.cc
index 29f508b..0c1bdeb 100644
--- a/chrome/browser/extensions/app_sync_bundle.cc
+++ b/chrome/browser/extensions/app_sync_bundle.cc
@@ -7,10 +7,10 @@
#include "base/location.h"
#include "chrome/browser/extensions/extension_service.h"
#include "chrome/browser/extensions/extension_sorting.h"
-#include "chrome/browser/sync/api/sync_change_processor.h"
-#include "chrome/browser/sync/api/sync_error_factory.h"
#include "chrome/common/extensions/extension.h"
#include "chrome/common/extensions/extension_set.h"
+#include "sync/api/sync_change_processor.h"
+#include "sync/api/sync_error_factory.h"
namespace extensions {