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

Unified Diff: components/invalidation/impl/registration_manager.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/registration_manager.h
diff --git a/components/invalidation/registration_manager.h b/components/invalidation/impl/registration_manager.h
similarity index 95%
rename from components/invalidation/registration_manager.h
rename to components/invalidation/impl/registration_manager.h
index 00eb48ea4d9ca24ad3d0a0ef4651a5c93dec3731..b48c07f25c056944ec02aa157da4a87aeaa6c5f9 100644
--- a/components/invalidation/registration_manager.h
+++ b/components/invalidation/impl/registration_manager.h
@@ -5,8 +5,8 @@
// A class that manages the registration of types for server-issued
// notifications.
-#ifndef COMPONENTS_INVALIDATION_REGISTRATION_MANAGER_H_
-#define COMPONENTS_INVALIDATION_REGISTRATION_MANAGER_H_
+#ifndef COMPONENTS_INVALIDATION_IMPL_REGISTRATION_MANAGER_H_
+#define COMPONENTS_INVALIDATION_IMPL_REGISTRATION_MANAGER_H_
#include <map>
@@ -15,8 +15,8 @@
#include "base/time/time.h"
#include "base/timer/timer.h"
// For invalidation::InvalidationListener::RegistrationState.
-#include "components/invalidation/invalidation_export.h"
-#include "components/invalidation/invalidation_util.h"
+#include "components/invalidation/public/invalidation_export.h"
+#include "components/invalidation/public/invalidation_util.h"
#include "google/cacheinvalidation/include/invalidation-listener.h"
#include "google/cacheinvalidation/include/types.h"
@@ -185,4 +185,4 @@ class INVALIDATION_EXPORT_PRIVATE RegistrationManager
} // namespace syncer
-#endif // COMPONENTS_INVALIDATION_REGISTRATION_MANAGER_H_
+#endif // COMPONENTS_INVALIDATION_IMPL_REGISTRATION_MANAGER_H_
« no previous file with comments | « components/invalidation/impl/push_client_channel_unittest.cc ('k') | components/invalidation/impl/registration_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698