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

Unified Diff: components/sync/engine/attachments/attachment_store_frontend.cc

Issue 2401223002: [Sync] Renaming sync/api* to sync/model*. (Closed)
Patch Set: Missed a comment in a DEPS file, and rebasing. 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/engine/attachments/attachment_store_frontend.cc
diff --git a/components/sync/engine/attachments/attachment_store_frontend.cc b/components/sync/engine/attachments/attachment_store_frontend.cc
index 48bd487821197412219a844345e8a02745a08a59..ffc50eb8efc3a9e1aa36d5527133472feab1d054 100644
--- a/components/sync/engine/attachments/attachment_store_frontend.cc
+++ b/components/sync/engine/attachments/attachment_store_frontend.cc
@@ -9,8 +9,8 @@
#include "base/bind.h"
#include "base/location.h"
#include "base/sequenced_task_runner.h"
-#include "components/sync/api/attachments/attachment.h"
#include "components/sync/engine/attachments/attachment_store_backend.h"
+#include "components/sync/model/attachments/attachment.h"
namespace syncer {

Powered by Google App Engine
This is Rietveld 408576698