summaryrefslogtreecommitdiffstats
path: root/components/sync_driver/fake_generic_change_processor.cc
diff options
context:
space:
mode:
authormaniscalco@chromium.org <maniscalco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-05 22:41:07 +0000
committermaniscalco@chromium.org <maniscalco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-05 22:41:07 +0000
commita826db6d5b4168a5e8d71b2a95ee3c1d8dddf1f7 (patch)
treef7a349e83e15c305ed4612b5d7ea3c736daaff9b /components/sync_driver/fake_generic_change_processor.cc
parent61047d70ba3d43a8b86f2dd7f9b388bc04e1d1e3 (diff)
downloadchromium_src-a826db6d5b4168a5e8d71b2a95ee3c1d8dddf1f7.zip
chromium_src-a826db6d5b4168a5e8d71b2a95ee3c1d8dddf1f7.tar.gz
chromium_src-a826db6d5b4168a5e8d71b2a95ee3c1d8dddf1f7.tar.bz2
Move non-API code out of sync/api/attachments/.
This change moves all non-API classes to sync/internal_api/public/attachments/ so that the various sync sub-components may depend on sync/api/attachments without risking a cyclic dependency. Remove unused variables and includes from attachment_service_proxy_unittest.cc. Remove an unnecessary forward declaration from attachment_service_proxy.h. TBR=nkostylev@chromium.org,pam@chromium.org,bengr@chromium.org,brettw@chromium.org,miket@chromium.org,pkotwicz@chromium.org,msw@chromium.org Review URL: https://codereview.chromium.org/436373002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287623 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/sync_driver/fake_generic_change_processor.cc')
-rw-r--r--components/sync_driver/fake_generic_change_processor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/sync_driver/fake_generic_change_processor.cc b/components/sync_driver/fake_generic_change_processor.cc
index 922fc62..c306758 100644
--- a/components/sync_driver/fake_generic_change_processor.cc
+++ b/components/sync_driver/fake_generic_change_processor.cc
@@ -6,8 +6,8 @@
#include "base/location.h"
#include "base/memory/weak_ptr.h"
-#include "sync/api/attachments/attachment_service_impl.h"
#include "sync/api/syncable_service.h"
+#include "sync/internal_api/public/attachments/attachment_service_impl.h"
namespace sync_driver {