Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3613)

Unified Diff: chrome/browser/sync/profile_sync_components_factory_mock.cc

Issue 436373002: Move non-API code out of sync/api/attachments/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Apply CR feedback. Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/sync/profile_sync_components_factory_mock.cc
diff --git a/chrome/browser/sync/profile_sync_components_factory_mock.cc b/chrome/browser/sync/profile_sync_components_factory_mock.cc
index 8e6baae05ac95be4e7b3da5435f01234af3242d6..9ce767e97340c5c34732880940f357a8afa22229 100644
--- a/chrome/browser/sync/profile_sync_components_factory_mock.cc
+++ b/chrome/browser/sync/profile_sync_components_factory_mock.cc
@@ -8,8 +8,8 @@
#include "components/sync_driver/change_processor.h"
#include "components/sync_driver/model_associator.h"
#include "content/public/browser/browser_thread.h"
-#include "sync/api/attachments/attachment_service_impl.h"
-#include "sync/internal_api/public/attachments/fake_attachment_store.h"
+#include "sync/api/attachments/fake_attachment_store.h"
+#include "sync/internal_api/public/attachments/attachment_service_impl.h"
using sync_driver::AssociatorInterface;
using sync_driver::ChangeProcessor;

Powered by Google App Engine
This is Rietveld 408576698