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

Unified Diff: components/invalidation/push_client_channel.h

Issue 294123004: Move some sync/notifier to components/invalidation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 7 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
« no previous file with comments | « components/invalidation/p2p_invalidator_unittest.cc ('k') | components/invalidation/push_client_channel.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/invalidation/push_client_channel.h
diff --git a/sync/notifier/push_client_channel.h b/components/invalidation/push_client_channel.h
similarity index 90%
rename from sync/notifier/push_client_channel.h
rename to components/invalidation/push_client_channel.h
index 0ca9113e1fe9ea7d886d706187317ae94fd973c3..d942692678382b4ecaac474077d5974391e571c1 100644
--- a/sync/notifier/push_client_channel.h
+++ b/components/invalidation/push_client_channel.h
@@ -2,17 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SYNC_NOTIFIER_PUSH_CLIENT_CHANNEL_H_
-#define SYNC_NOTIFIER_PUSH_CLIENT_CHANNEL_H_
+#ifndef COMPONENTS_INVALIDATION_PUSH_CLIENT_CHANNEL_H_
+#define COMPONENTS_INVALIDATION_PUSH_CLIENT_CHANNEL_H_
#include <string>
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "base/memory/scoped_ptr.h"
+#include "components/invalidation/invalidation_export.h"
+#include "components/invalidation/sync_system_resources.h"
#include "jingle/notifier/listener/push_client_observer.h"
-#include "sync/base/sync_export.h"
-#include "sync/notifier/sync_system_resources.h"
namespace notifier {
class PushClient;
@@ -22,7 +22,7 @@ namespace syncer {
// A PushClientChannel is an implementation of NetworkChannel that
// routes messages through a PushClient.
-class SYNC_EXPORT_PRIVATE PushClientChannel
+class INVALIDATION_EXPORT_PRIVATE PushClientChannel
: public SyncNetworkChannel,
public NON_EXPORTED_BASE(notifier::PushClientObserver) {
public:
@@ -88,4 +88,4 @@ class SYNC_EXPORT_PRIVATE PushClientChannel
} // namespace syncer
-#endif // SYNC_NOTIFIER_PUSH_CLIENT_CHANNEL_H_
+#endif // COMPONENTS_INVALIDATION_PUSH_CLIENT_CHANNEL_H_
« no previous file with comments | « components/invalidation/p2p_invalidator_unittest.cc ('k') | components/invalidation/push_client_channel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698