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

Unified Diff: components/invalidation/invalidator.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 | « components/invalidation/invalidation_state_tracker.cc ('k') | components/invalidation/invalidator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/invalidation/invalidator.h
diff --git a/sync/notifier/invalidator.h b/components/invalidation/invalidator.h
similarity index 92%
rename from sync/notifier/invalidator.h
rename to components/invalidation/invalidator.h
index 7a75fbb0aaa01148738ff8ca9ee370a0ae6c2052..045b83cb57f8b1f93d7dfd8191da34f8c49e184e 100644
--- a/sync/notifier/invalidator.h
+++ b/components/invalidation/invalidator.h
@@ -6,21 +6,21 @@
// invalidations for registered object IDs. The corresponding
// InvalidationHandler is notifier when such an event occurs.
-#ifndef SYNC_NOTIFIER_INVALIDATOR_H_
-#define SYNC_NOTIFIER_INVALIDATOR_H_
+#ifndef COMPONENTS_INVALIDATION_INVALIDATOR_H_
+#define COMPONENTS_INVALIDATION_INVALIDATOR_H_
#include <string>
#include "base/callback.h"
-#include "sync/base/sync_export.h"
+#include "components/invalidation/invalidation_export.h"
+#include "sync/internal_api/public/base/invalidation_util.h"
#include "sync/internal_api/public/base/invalidator_state.h"
#include "sync/internal_api/public/base/model_type.h"
-#include "sync/notifier/invalidation_util.h"
namespace syncer {
class InvalidationHandler;
-class SYNC_EXPORT Invalidator {
+class INVALIDATION_EXPORT Invalidator {
public:
Invalidator();
virtual ~Invalidator();
@@ -86,4 +86,4 @@ class SYNC_EXPORT Invalidator {
};
} // namespace syncer
-#endif // SYNC_NOTIFIER_INVALIDATOR_H_
+#endif // COMPONENTS_INVALIDATION_INVALIDATOR_H_
« no previous file with comments | « components/invalidation/invalidation_state_tracker.cc ('k') | components/invalidation/invalidator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698