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