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

Unified Diff: components/invalidation/impl/p2p_invalidation_service.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/p2p_invalidation_service.h
diff --git a/components/invalidation/p2p_invalidation_service.h b/components/invalidation/impl/p2p_invalidation_service.h
similarity index 87%
rename from components/invalidation/p2p_invalidation_service.h
rename to components/invalidation/impl/p2p_invalidation_service.h
index c0096e4557ebf0b4f43df04b194d047385fc7f43..87ad3c46d3f126373c61e4bb974c1efb54c50a02 100644
--- a/components/invalidation/p2p_invalidation_service.h
+++ b/components/invalidation/impl/p2p_invalidation_service.h
@@ -5,12 +5,12 @@
#include "base/callback_forward.h"
#include "base/memory/ref_counted.h"
#include "base/threading/non_thread_safe.h"
-#include "components/invalidation/invalidation_service.h"
-#include "components/invalidation/p2p_invalidator.h"
+#include "components/invalidation/impl/p2p_invalidator.h"
+#include "components/invalidation/public/invalidation_service.h"
#include "components/keyed_service/core/keyed_service.h"
-#ifndef COMPONENTS_INVALIDATION_P2P_INVALIDATION_SERVICE_H_
-#define COMPONENTS_INVALIDATION_P2P_INVALIDATION_SERVICE_H_
+#ifndef COMPONENTS_INVALIDATION_IMPL_P2P_INVALIDATION_SERVICE_H_
+#define COMPONENTS_INVALIDATION_IMPL_P2P_INVALIDATION_SERVICE_H_
namespace net {
class URLRequestContextGetter;
@@ -66,4 +66,4 @@ class P2PInvalidationService : public base::NonThreadSafe,
} // namespace invalidation
-#endif // COMPONENTS_INVALIDATION_P2P_INVALIDATION_SERVICE_H_
+#endif // COMPONENTS_INVALIDATION_IMPL_P2P_INVALIDATION_SERVICE_H_

Powered by Google App Engine
This is Rietveld 408576698