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

Unified Diff: components/invalidation/impl/invalidation_state_tracker.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/invalidation_state_tracker.h
diff --git a/components/invalidation/invalidation_state_tracker.h b/components/invalidation/impl/invalidation_state_tracker.h
similarity index 82%
rename from components/invalidation/invalidation_state_tracker.h
rename to components/invalidation/impl/invalidation_state_tracker.h
index 6e03dabc68f48c92e38d87f4e9bc2942dde926ad..2bfb5d8d053631c162b5eaf5de837016ba14c316 100644
--- a/components/invalidation/invalidation_state_tracker.h
+++ b/components/invalidation/impl/invalidation_state_tracker.h
@@ -9,8 +9,8 @@
// - Bootstrap data for the invalidation client.
// - Payloads and locally generated ack handles, to support local acking.
-#ifndef COMPONENTS_INVALIDATION_INVALIDATION_STATE_TRACKER_H_
-#define COMPONENTS_INVALIDATION_INVALIDATION_STATE_TRACKER_H_
+#ifndef COMPONENTS_INVALIDATION_IMPL_INVALIDATION_STATE_TRACKER_H_
+#define COMPONENTS_INVALIDATION_IMPL_INVALIDATION_STATE_TRACKER_H_
#include <map>
#include <string>
@@ -18,10 +18,10 @@
#include "base/basictypes.h"
#include "base/callback_forward.h"
#include "base/memory/ref_counted.h"
-#include "components/invalidation/invalidation.h"
-#include "components/invalidation/invalidation_export.h"
-#include "components/invalidation/invalidation_util.h"
-#include "components/invalidation/unacked_invalidation_set.h"
+#include "components/invalidation/impl/unacked_invalidation_set.h"
+#include "components/invalidation/public/invalidation.h"
+#include "components/invalidation/public/invalidation_export.h"
+#include "components/invalidation/public/invalidation_util.h"
#include "google/cacheinvalidation/include/types.h"
namespace base {
@@ -61,4 +61,4 @@ class INVALIDATION_EXPORT InvalidationStateTracker {
} // namespace syncer
-#endif // COMPONENTS_INVALIDATION_INVALIDATION_STATE_TRACKER_H_
+#endif // COMPONENTS_INVALIDATION_IMPL_INVALIDATION_STATE_TRACKER_H_
« no previous file with comments | « components/invalidation/impl/invalidation_service_util.cc ('k') | components/invalidation/impl/invalidation_state_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698