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

Unified Diff: components/invalidation/impl/state_writer.h

Issue 1191393008: Introduce a layering in the invalidation component as public and impl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Explicitly forbid content to prevent future additions Created 5 years, 6 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/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_

Powered by Google App Engine
This is Rietveld 408576698