| Index: components/invalidation/impl/push_client_channel.h
|
| diff --git a/components/invalidation/impl/push_client_channel.h b/components/invalidation/impl/push_client_channel.h
|
| index 85a2fd3c16c668269de78f1e2c4354714ec32a06..d47cc4915aa56281afdb12ffcd45a2385aa20ef3 100644
|
| --- a/components/invalidation/impl/push_client_channel.h
|
| +++ b/components/invalidation/impl/push_client_channel.h
|
| @@ -22,7 +22,7 @@ namespace syncer {
|
|
|
| // A PushClientChannel is an implementation of NetworkChannel that
|
| // routes messages through a PushClient.
|
| -class INVALIDATION_EXPORT_PRIVATE PushClientChannel
|
| +class INVALIDATION_EXPORT PushClientChannel
|
| : public SyncNetworkChannel,
|
| public NON_EXPORTED_BASE(notifier::PushClientObserver) {
|
| public:
|
|
|