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

Unified Diff: components/sync/core/simple_metadata_change_list.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
Index: components/sync/core/simple_metadata_change_list.h
diff --git a/components/sync/core/simple_metadata_change_list.h b/components/sync/core/simple_metadata_change_list.h
index e408b82e3ce4c209e1ff1d24abb923a84ca4e976..4bbb0bb0c2015710d514f0cc6e48eadf7aa03faf 100644
--- a/components/sync/core/simple_metadata_change_list.h
+++ b/components/sync/core/simple_metadata_change_list.h
@@ -9,9 +9,9 @@
#include <memory>
#include <string>
-#include "components/sync/api/metadata_change_list.h"
-#include "components/sync/api/model_type_store.h"
#include "components/sync/core/non_blocking_sync_common.h"
+#include "components/sync/model/metadata_change_list.h"
+#include "components/sync/model/model_type_store.h"
#include "components/sync/protocol/entity_metadata.pb.h"
#include "components/sync/protocol/model_type_state.pb.h"

Powered by Google App Engine
This is Rietveld 408576698