| Index: components/invalidation/invalidator_registrar.h
|
| diff --git a/sync/notifier/invalidator_registrar.h b/components/invalidation/invalidator_registrar.h
|
| similarity index 92%
|
| rename from sync/notifier/invalidator_registrar.h
|
| rename to components/invalidation/invalidator_registrar.h
|
| index 145b7c3f0c2fc4859d9e864be6057ed598941283..cd85f0d15a7431bf69beaaa2dbf56a79476d7ed0 100644
|
| --- a/sync/notifier/invalidator_registrar.h
|
| +++ b/components/invalidation/invalidator_registrar.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SYNC_NOTIFIER_INVALIDATOR_REGISTRAR_H_
|
| -#define SYNC_NOTIFIER_INVALIDATOR_REGISTRAR_H_
|
| +#ifndef COMPONENTS_INVALIDATION_INVALIDATOR_REGISTRAR_H_
|
| +#define COMPONENTS_INVALIDATION_INVALIDATOR_REGISTRAR_H_
|
|
|
| #include <map>
|
|
|
| #include "base/basictypes.h"
|
| #include "base/observer_list.h"
|
| #include "base/threading/thread_checker.h"
|
| -#include "sync/base/sync_export.h"
|
| +#include "components/invalidation/invalidation_export.h"
|
| #include "sync/notifier/invalidation_handler.h"
|
| #include "sync/notifier/invalidation_util.h"
|
|
|
| @@ -26,7 +26,7 @@ class ObjectIdInvalidationMap;
|
| // keep track of registered handlers and which object ID registrations are
|
| // associated with which handlers, so implementors can just reuse the logic
|
| // here to dispatch invalidations and other interesting notifications.
|
| -class SYNC_EXPORT InvalidatorRegistrar {
|
| +class INVALIDATION_EXPORT InvalidatorRegistrar {
|
| public:
|
| InvalidatorRegistrar();
|
|
|
| @@ -94,4 +94,4 @@ class SYNC_EXPORT InvalidatorRegistrar {
|
|
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_NOTIFIER_INVALIDATOR_REGISTRAR_H_
|
| +#endif // COMPONENTS_INVALIDATION_INVALIDATOR_REGISTRAR_H_
|
|
|