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_ |