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

Unified Diff: components/sync/api/fake_model_type_service.h

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 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/api/fake_model_type_service.h
diff --git a/sync/api/fake_model_type_service.h b/components/sync/api/fake_model_type_service.h
similarity index 84%
rename from sync/api/fake_model_type_service.h
rename to components/sync/api/fake_model_type_service.h
index ff5fef8e433cafe08a3fe90f9134a052fa11fbaf..2642c93bf9d093c63f46a2e46e2f706a2512d32a 100644
--- a/sync/api/fake_model_type_service.h
+++ b/components/sync/api/fake_model_type_service.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SYNC_API_FAKE_MODEL_TYPE_SERVICE_H_
-#define SYNC_API_FAKE_MODEL_TYPE_SERVICE_H_
+#ifndef COMPONENTS_SYNC_API_FAKE_MODEL_TYPE_SERVICE_H_
+#define COMPONENTS_SYNC_API_FAKE_MODEL_TYPE_SERVICE_H_
#include <string>
-#include "sync/api/model_type_service.h"
+#include "components/sync/api/model_type_service.h"
namespace syncer_v2 {
@@ -37,4 +37,4 @@ class FakeModelTypeService : public ModelTypeService {
} // namespace syncer_v2
-#endif // SYNC_API_FAKE_MODEL_TYPE_SERVICE_H_
+#endif // COMPONENTS_SYNC_API_FAKE_MODEL_TYPE_SERVICE_H_
« no previous file with comments | « components/sync/api/fake_model_type_change_processor.cc ('k') | components/sync/api/fake_model_type_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698