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

Unified Diff: components/sync/engine_impl/syncer_types.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/engine_impl/syncer_types.h
diff --git a/sync/engine/syncer_types.h b/components/sync/engine_impl/syncer_types.h
similarity index 93%
rename from sync/engine/syncer_types.h
rename to components/sync/engine_impl/syncer_types.h
index 36f3dbcf8dda9ea7ff50a3925202f6f6556402fb..723b711f12b6bd47b0a2d71a7e091765d47dfcb7 100644
--- a/sync/engine/syncer_types.h
+++ b/components/sync/engine_impl/syncer_types.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 SYNC_ENGINE_SYNCER_TYPES_H_
-#define SYNC_ENGINE_SYNCER_TYPES_H_
+#ifndef COMPONENTS_SYNC_ENGINE_IMPL_SYNCER_TYPES_H_
+#define COMPONENTS_SYNC_ENGINE_IMPL_SYNCER_TYPES_H_
// The intent of this is to keep all shared data types and enums for the syncer
// in a single place without having dependencies between other files.
@@ -63,4 +63,4 @@ enum VerifyCommitResult {
} // namespace syncer
-#endif // SYNC_ENGINE_SYNCER_TYPES_H_
+#endif // COMPONENTS_SYNC_ENGINE_IMPL_SYNCER_TYPES_H_
« no previous file with comments | « components/sync/engine_impl/syncer_proto_util_unittest.cc ('k') | components/sync/engine_impl/syncer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698