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

Unified Diff: components/sync/api/attachments/attachment_store.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
Index: components/sync/api/attachments/attachment_store.cc
diff --git a/components/sync/api/attachments/attachment_store.cc b/components/sync/api/attachments/attachment_store.cc
index e4bdfe4396b54583edb2127ca0b9918d86c753fd..262b4654ccb2d7d470458723e270c7aa06eab104 100644
--- a/components/sync/api/attachments/attachment_store.cc
+++ b/components/sync/api/attachments/attachment_store.cc
@@ -11,9 +11,9 @@
#include "base/message_loop/message_loop.h"
#include "base/sequenced_task_runner.h"
#include "base/threading/thread_task_runner_handle.h"
-#include "components/sync/core/attachments/attachment_store_frontend.h"
-#include "components/sync/core/attachments/in_memory_attachment_store.h"
-#include "components/sync/core/attachments/on_disk_attachment_store.h"
+#include "components/sync/engine/attachments/attachment_store_frontend.h"
+#include "components/sync/engine/attachments/in_memory_attachment_store.h"
+#include "components/sync/engine/attachments/on_disk_attachment_store.h"
namespace syncer {

Powered by Google App Engine
This is Rietveld 408576698