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

Unified Diff: components/sync/api/sync_change_unittest.cc

Issue 2399953002: [Sync] Move attachments code out of core/. (Closed)
Patch Set: Address comments. Created 4 years, 2 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
« no previous file with comments | « components/sync/api/attachments/attachment_unittest.cc ('k') | components/sync/api/sync_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/api/sync_change_unittest.cc
diff --git a/components/sync/api/sync_change_unittest.cc b/components/sync/api/sync_change_unittest.cc
index d8e42429d5f195bf7322f51cc11b30c6aeb198e3..79d6619982837b8abfd1e4b7c49182cdbde9dedc 100644
--- a/components/sync/api/sync_change_unittest.cc
+++ b/components/sync/api/sync_change_unittest.cc
@@ -10,7 +10,7 @@
#include "base/time/time.h"
#include "base/values.h"
#include "components/sync/api/attachments/attachment_id.h"
-#include "components/sync/core/attachments/attachment_service_proxy_for_test.h"
+#include "components/sync/api/attachments/attachment_service_proxy_for_test.h"
#include "components/sync/protocol/preference_specifics.pb.h"
#include "components/sync/protocol/proto_value_conversions.h"
#include "components/sync/protocol/sync.pb.h"
« no previous file with comments | « components/sync/api/attachments/attachment_unittest.cc ('k') | components/sync/api/sync_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698