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

Unified Diff: components/invalidation/impl/gcm_invalidation_bridge.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/gcm_invalidation_bridge.h
diff --git a/components/invalidation/gcm_invalidation_bridge.h b/components/invalidation/impl/gcm_invalidation_bridge.h
similarity index 93%
rename from components/invalidation/gcm_invalidation_bridge.h
rename to components/invalidation/impl/gcm_invalidation_bridge.h
index 9f9fe42696996f062922e086176c2cb9bf1b55b6..2e590dc4dc772da0b6e286db652e68a125e9aad0 100644
--- a/components/invalidation/gcm_invalidation_bridge.h
+++ b/components/invalidation/impl/gcm_invalidation_bridge.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_INVALIDATION_GCM_INVALIDATION_BRIDGE_H_
-#define COMPONENTS_INVALIDATION_GCM_INVALIDATION_BRIDGE_H_
+#ifndef COMPONENTS_INVALIDATION_IMPL_GCM_INVALIDATION_BRIDGE_H_
+#define COMPONENTS_INVALIDATION_IMPL_GCM_INVALIDATION_BRIDGE_H_
#include "base/callback.h"
#include "base/memory/scoped_ptr.h"
@@ -12,7 +12,7 @@
#include "components/gcm_driver/gcm_app_handler.h"
#include "components/gcm_driver/gcm_client.h"
#include "components/gcm_driver/gcm_connection_observer.h"
-#include "components/invalidation/gcm_network_channel_delegate.h"
+#include "components/invalidation/impl/gcm_network_channel_delegate.h"
#include "google_apis/gaia/oauth2_token_service.h"
class IdentityProvider;
@@ -110,4 +110,4 @@ class GCMInvalidationBridge : public gcm::GCMAppHandler,
} // namespace invalidation
-#endif // COMPONENTS_INVALIDATION_GCM_INVALIDATION_BRIDGE_H_
+#endif // COMPONENTS_INVALIDATION_IMPL_GCM_INVALIDATION_BRIDGE_H_
« no previous file with comments | « components/invalidation/impl/fake_invalidator_unittest.cc ('k') | components/invalidation/impl/gcm_invalidation_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698