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

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

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
Index: components/sync/model/change_processor.h
diff --git a/components/sync/driver/change_processor.h b/components/sync/model/change_processor.h
similarity index 94%
rename from components/sync/driver/change_processor.h
rename to components/sync/model/change_processor.h
index cd7760cd2ed837c10b68009bad32984c714d29b6..1b71a58a37d6a878b0183a39b2b1f838729cd8aa 100644
--- a/components/sync/driver/change_processor.h
+++ b/components/sync/model/change_processor.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_SYNC_DRIVER_CHANGE_PROCESSOR_H_
-#define COMPONENTS_SYNC_DRIVER_CHANGE_PROCESSOR_H_
+#ifndef COMPONENTS_SYNC_MODEL_CHANGE_PROCESSOR_H_
+#define COMPONENTS_SYNC_MODEL_CHANGE_PROCESSOR_H_
#include <stdint.h>
@@ -69,4 +69,4 @@ class ChangeProcessor {
} // namespace syncer
-#endif // COMPONENTS_SYNC_DRIVER_CHANGE_PROCESSOR_H_
+#endif // COMPONENTS_SYNC_MODEL_CHANGE_PROCESSOR_H_
« no previous file with comments | « components/sync/driver/sync_api_component_factory_mock.cc ('k') | components/sync/model/change_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698