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

Unified Diff: components/invalidation/impl/gcm_network_channel.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_network_channel.h
diff --git a/components/invalidation/gcm_network_channel.h b/components/invalidation/impl/gcm_network_channel.h
similarity index 92%
rename from components/invalidation/gcm_network_channel.h
rename to components/invalidation/impl/gcm_network_channel.h
index bf845181fec06578107c84d40df40cf9d711046e..511088cd1b4344f89a3d992c57a02184914b4e80 100644
--- a/components/invalidation/gcm_network_channel.h
+++ b/components/invalidation/impl/gcm_network_channel.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_NETWORK_CHANNEL_H_
-#define COMPONENTS_INVALIDATION_GCM_NETWORK_CHANNEL_H_
+#ifndef COMPONENTS_INVALIDATION_IMPL_GCM_NETWORK_CHANNEL_H_
+#define COMPONENTS_INVALIDATION_IMPL_GCM_NETWORK_CHANNEL_H_
#include <string>
@@ -11,9 +11,9 @@
#include "base/compiler_specific.h"
#include "base/memory/scoped_ptr.h"
#include "base/threading/non_thread_safe.h"
-#include "components/invalidation/gcm_network_channel_delegate.h"
-#include "components/invalidation/invalidation_export.h"
-#include "components/invalidation/sync_system_resources.h"
+#include "components/invalidation/impl/gcm_network_channel_delegate.h"
+#include "components/invalidation/impl/sync_system_resources.h"
+#include "components/invalidation/public/invalidation_export.h"
#include "net/base/backoff_entry.h"
#include "net/base/network_change_notifier.h"
#include "net/url_request/url_fetcher_delegate.h"
@@ -139,4 +139,4 @@ class INVALIDATION_EXPORT_PRIVATE GCMNetworkChannel
} // namespace syncer
-#endif // COMPONENTS_INVALIDATION_GCM_NETWORK_CHANNEL_H_
+#endif // COMPONENTS_INVALIDATION_IMPL_GCM_NETWORK_CHANNEL_H_
« no previous file with comments | « components/invalidation/impl/gcm_invalidation_bridge.cc ('k') | components/invalidation/impl/gcm_network_channel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698