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

Unified Diff: components/sync/engine_impl/conflict_util.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
« no previous file with comments | « components/sync/engine_impl/conflict_resolver.cc ('k') | components/sync/engine_impl/conflict_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine_impl/conflict_util.h
diff --git a/sync/engine/conflict_util.h b/components/sync/engine_impl/conflict_util.h
similarity index 81%
rename from sync/engine/conflict_util.h
rename to components/sync/engine_impl/conflict_util.h
index 0f3a58be45540b4c8debf3e7b52bc1a847530dd7..50cb16192dcd75400ff569defa1db08077800271 100644
--- a/sync/engine/conflict_util.h
+++ b/components/sync/engine_impl/conflict_util.h
@@ -4,8 +4,8 @@
//
// Utility functions that act on syncable::MutableEntry to resolve conflicts.
-#ifndef SYNC_ENGINE_CONFLICT_UTIL_H_
-#define SYNC_ENGINE_CONFLICT_UTIL_H_
+#ifndef COMPONENTS_SYNC_ENGINE_IMPL_CONFLICT_UTIL_H_
+#define COMPONENTS_SYNC_ENGINE_IMPL_CONFLICT_UTIL_H_
namespace syncer {
@@ -26,9 +26,9 @@ void OverwriteServerChanges(syncable::MutableEntry* entry);
// The local and server versions are identical, so unset the bits that put them
// into a conflicting state.
-void IgnoreConflict(syncable::MutableEntry *trans);
+void IgnoreConflict(syncable::MutableEntry* trans);
} // namespace conflict_util
} // namespace syncer
-#endif // SYNC_ENGINE_CONFLICT_UTIL_H_
+#endif // COMPONENTS_SYNC_ENGINE_IMPL_CONFLICT_UTIL_H_
« no previous file with comments | « components/sync/engine_impl/conflict_resolver.cc ('k') | components/sync/engine_impl/conflict_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698