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

Unified Diff: components/sync/engine/engine_util.h

Issue 2413313004: [Sync] Move the last things out of core/. (Closed)
Patch Set: Address comments. 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/engine/engine_components_factory_impl.cc ('k') | components/sync/engine/engine_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine/engine_util.h
diff --git a/components/sync/core_impl/syncapi_internal.h b/components/sync/engine/engine_util.h
similarity index 88%
rename from components/sync/core_impl/syncapi_internal.h
rename to components/sync/engine/engine_util.h
index 443bf35ff938e6318cf016a151b202c9b1e1e789..76f67c410f26699ace3e2d36e60c45a4e2dfea0f 100644
--- a/components/sync/core_impl/syncapi_internal.h
+++ b/components/sync/engine/engine_util.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_CORE_IMPL_SYNCAPI_INTERNAL_H_
-#define COMPONENTS_SYNC_CORE_IMPL_SYNCAPI_INTERNAL_H_
+#ifndef COMPONENTS_SYNC_ENGINE_ENGINE_UTIL_H_
+#define COMPONENTS_SYNC_ENGINE_ENGINE_UTIL_H_
// The functions defined are shared among some of the classes that implement
// the internal sync API. They are not to be used by clients of the API.
@@ -39,4 +39,4 @@ bool AreAttachmentMetadataEqual(const sync_pb::AttachmentMetadata& left,
} // namespace syncer
-#endif // COMPONENTS_SYNC_CORE_IMPL_SYNCAPI_INTERNAL_H_
+#endif // COMPONENTS_SYNC_ENGINE_ENGINE_UTIL_H_
« no previous file with comments | « components/sync/engine/engine_components_factory_impl.cc ('k') | components/sync/engine/engine_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698