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

Unified Diff: components/sync/core/data_batch_impl.h

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
« no previous file with comments | « components/sync/core/base_node.h ('k') | components/sync/core/model_type_store_backend.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/core/data_batch_impl.h
diff --git a/components/sync/core/data_batch_impl.h b/components/sync/core/data_batch_impl.h
index da27b64b1f973ffded17a28df35aff82a1d04edc..a1405937bf60f15924d0cfe598713accbda4c62f 100644
--- a/components/sync/core/data_batch_impl.h
+++ b/components/sync/core/data_batch_impl.h
@@ -13,8 +13,8 @@
#include <vector>
#include "base/macros.h"
-#include "components/sync/api/data_batch.h"
-#include "components/sync/api/entity_data.h"
+#include "components/sync/model/data_batch.h"
+#include "components/sync/model/entity_data.h"
namespace syncer {
« no previous file with comments | « components/sync/core/base_node.h ('k') | components/sync/core/model_type_store_backend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698