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

Unified Diff: components/sync/model/change_processor.cc

Issue 2508003002: [Sync] Move ChangeProcessor to model/. (Closed)
Patch Set: Created 4 years, 1 month 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/model/change_processor.h ('k') | components/sync/model/change_processor_mock.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/model/change_processor.cc
diff --git a/components/sync/driver/change_processor.cc b/components/sync/model/change_processor.cc
similarity index 93%
rename from components/sync/driver/change_processor.cc
rename to components/sync/model/change_processor.cc
index 9d81f145269bd538bd1899fba5f4ad4b26c772d3..4a2852da0e88fe991621c0445af60a626fe4a0a8 100644
--- a/components/sync/driver/change_processor.cc
+++ b/components/sync/model/change_processor.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/sync/driver/change_processor.h"
+#include "components/sync/model/change_processor.h"
#include <utility>
« no previous file with comments | « components/sync/model/change_processor.h ('k') | components/sync/model/change_processor_mock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698