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

Unified Diff: components/sync/model/model_type_service.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/model/model_type_change_processor.cc ('k') | components/sync/model/model_type_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/model/model_type_service.h
diff --git a/components/sync/api/model_type_service.h b/components/sync/model/model_type_service.h
similarity index 92%
rename from components/sync/api/model_type_service.h
rename to components/sync/model/model_type_service.h
index 21fc9af73c82140e82b24eaa663953520857d182..1476e7e47e56cbf2e1412bf1e8664294828f34a6 100644
--- a/components/sync/api/model_type_service.h
+++ b/components/sync/model/model_type_service.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_API_MODEL_TYPE_SERVICE_H_
-#define COMPONENTS_SYNC_API_MODEL_TYPE_SERVICE_H_
+#ifndef COMPONENTS_SYNC_MODEL_MODEL_TYPE_SERVICE_H_
+#define COMPONENTS_SYNC_MODEL_MODEL_TYPE_SERVICE_H_
#include <memory>
#include <string>
@@ -11,13 +11,13 @@
#include "base/callback.h"
#include "base/memory/weak_ptr.h"
-#include "components/sync/api/conflict_resolution.h"
-#include "components/sync/api/data_type_error_handler.h"
-#include "components/sync/api/entity_change.h"
-#include "components/sync/api/entity_data.h"
-#include "components/sync/api/model_type_change_processor.h"
-#include "components/sync/api/sync_error.h"
#include "components/sync/core/activation_context.h"
+#include "components/sync/model/conflict_resolution.h"
+#include "components/sync/model/data_type_error_handler.h"
+#include "components/sync/model/entity_change.h"
+#include "components/sync/model/entity_data.h"
+#include "components/sync/model/model_type_change_processor.h"
+#include "components/sync/model/sync_error.h"
namespace syncer {
@@ -136,4 +136,4 @@ class ModelTypeService : public base::SupportsWeakPtr<ModelTypeService> {
} // namespace syncer
-#endif // COMPONENTS_SYNC_API_MODEL_TYPE_SERVICE_H_
+#endif // COMPONENTS_SYNC_MODEL_MODEL_TYPE_SERVICE_H_
« no previous file with comments | « components/sync/model/model_type_change_processor.cc ('k') | components/sync/model/model_type_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698