| Index: components/invalidation/state_writer.h
|
| diff --git a/sync/notifier/state_writer.h b/components/invalidation/state_writer.h
|
| similarity index 60%
|
| rename from sync/notifier/state_writer.h
|
| rename to components/invalidation/state_writer.h
|
| index b40bd45a2453aea1bf38600dc0673a0b43406d93..6bcd477130c1e047ba6313323f522508f7ddced6 100644
|
| --- a/sync/notifier/state_writer.h
|
| +++ b/components/invalidation/state_writer.h
|
| @@ -4,16 +4,16 @@
|
| //
|
| // Simple interface for something that persists state.
|
|
|
| -#ifndef SYNC_NOTIFIER_STATE_WRITER_H_
|
| -#define SYNC_NOTIFIER_STATE_WRITER_H_
|
| +#ifndef COMPONENTS_INVALIDATION_STATE_WRITER_H_
|
| +#define COMPONENTS_INVALIDATION_STATE_WRITER_H_
|
|
|
| #include <string>
|
|
|
| -#include "sync/base/sync_export.h"
|
| +#include "components/invalidation/invalidation_export.h"
|
|
|
| namespace syncer {
|
|
|
| -class SYNC_EXPORT_PRIVATE StateWriter {
|
| +class INVALIDATION_EXPORT_PRIVATE StateWriter {
|
| public:
|
| virtual ~StateWriter() {}
|
|
|
| @@ -22,4 +22,4 @@ class SYNC_EXPORT_PRIVATE StateWriter {
|
|
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_NOTIFIER_STATE_WRITER_H_
|
| +#endif // COMPONENTS_INVALIDATION_STATE_WRITER_H_
|
|
|