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

Unified Diff: sync/internal_api/public/base/invalidation_util.h

Issue 387733004: Move sync/notifier to components/invalidation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: (GN) Comment out dependency on internal target Created 6 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 | « sync/internal_api/public/base/invalidation.cc ('k') | sync/internal_api/public/base/invalidation_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/internal_api/public/base/invalidation_util.h
diff --git a/sync/notifier/invalidation_util.h b/sync/internal_api/public/base/invalidation_util.h
similarity index 92%
rename from sync/notifier/invalidation_util.h
rename to sync/internal_api/public/base/invalidation_util.h
index eac4bac5b66931f73e2ee930e984bfce14f7c000..50d1ec3ffb9a205b600c3665fe732cb2f876e8ae 100644
--- a/sync/notifier/invalidation_util.h
+++ b/sync/internal_api/public/base/invalidation_util.h
@@ -4,8 +4,8 @@
//
// Various utilities for dealing with invalidation data types.
-#ifndef SYNC_NOTIFIER_INVALIDATION_UTIL_H_
-#define SYNC_NOTIFIER_INVALIDATION_UTIL_H_
+#ifndef SYNC_INTERNAL_API_PUBLIC_BASE_INVALIDATION_UTIL_H_
+#define SYNC_INTERNAL_API_PUBLIC_BASE_INVALIDATION_UTIL_H_
#include <iosfwd>
#include <map>
@@ -74,4 +74,4 @@ std::string InvalidationToString(
} // namespace syncer
-#endif // SYNC_NOTIFIER_INVALIDATION_UTIL_H_
+#endif // SYNC_INTERNAL_API_PUBLIC_BASE_INVALIDATION_UTIL_H_
« no previous file with comments | « sync/internal_api/public/base/invalidation.cc ('k') | sync/internal_api/public/base/invalidation_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698