Index: components/invalidation/impl/state_writer.h |
diff --git a/components/invalidation/state_writer.h b/components/invalidation/impl/state_writer.h |
similarity index 65% |
rename from components/invalidation/state_writer.h |
rename to components/invalidation/impl/state_writer.h |
index 4710e7c9792d08ac4bcd41e024a746a5f1f9427f..cb02c41a3ac04bce237a3c91e64937f8f8885049 100644 |
--- a/components/invalidation/state_writer.h |
+++ b/components/invalidation/impl/state_writer.h |
@@ -4,12 +4,12 @@ |
// |
// Simple interface for something that persists state. |
-#ifndef COMPONENTS_INVALIDATION_STATE_WRITER_H_ |
-#define COMPONENTS_INVALIDATION_STATE_WRITER_H_ |
+#ifndef COMPONENTS_INVALIDATION_IMPL_STATE_WRITER_H_ |
+#define COMPONENTS_INVALIDATION_IMPL_STATE_WRITER_H_ |
#include <string> |
-#include "components/invalidation/invalidation_export.h" |
+#include "components/invalidation/public/invalidation_export.h" |
namespace syncer { |
@@ -22,4 +22,4 @@ class INVALIDATION_EXPORT_PRIVATE StateWriter { |
} // namespace syncer |
-#endif // COMPONENTS_INVALIDATION_STATE_WRITER_H_ |
+#endif // COMPONENTS_INVALIDATION_IMPL_STATE_WRITER_H_ |