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

Unified Diff: components/sync/driver/generic_change_processor_factory.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/driver/generic_change_processor_factory.cc
diff --git a/components/sync/driver/generic_change_processor_factory.cc b/components/sync/driver/generic_change_processor_factory.cc
index 18152fa65be5ddd124bd8a2715c8ed62c4a60988..bfb268b0560ca234606a7bad0f692aac38ab091a 100644
--- a/components/sync/driver/generic_change_processor_factory.cc
+++ b/components/sync/driver/generic_change_processor_factory.cc
@@ -7,8 +7,8 @@
#include <utility>
#include "base/memory/ptr_util.h"
-#include "components/sync/api/syncable_service.h"
#include "components/sync/driver/generic_change_processor.h"
+#include "components/sync/model/syncable_service.h"
namespace syncer {
« no previous file with comments | « components/sync/driver/generic_change_processor_factory.h ('k') | components/sync/driver/generic_change_processor_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698