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

Unified Diff: components/invalidation/state_writer.h

Issue 294123004: Move some sync/notifier to components/invalidation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 7 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
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_
« no previous file with comments | « components/invalidation/push_client_channel_unittest.cc ('k') | components/invalidation/sync_invalidation_listener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698