| 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_
|
|
|