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

Unified Diff: components/sync/api/attachments/attachment.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/DEPS ('k') | components/sync/api/attachments/attachment_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/api/attachments/attachment.cc
diff --git a/components/sync/api/attachments/attachment.cc b/components/sync/api/attachments/attachment.cc
index 81c7318ab7c8cac6cefc921200a687e6dd562414..ed10b72b2bc096a1be776e1e2633bf9423959955 100644
--- a/components/sync/api/attachments/attachment.cc
+++ b/components/sync/api/attachments/attachment.cc
@@ -5,7 +5,7 @@
#include "components/sync/api/attachments/attachment.h"
#include "base/logging.h"
-#include "components/sync/core/attachments/attachment_util.h"
+#include "components/sync/engine/attachments/attachment_util.h"
namespace syncer {
« no previous file with comments | « components/sync/api/DEPS ('k') | components/sync/api/attachments/attachment_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698