| Index: components/invalidation/impl/gcm_network_channel.h
|
| diff --git a/components/invalidation/impl/gcm_network_channel.h b/components/invalidation/impl/gcm_network_channel.h
|
| index 511088cd1b4344f89a3d992c57a02184914b4e80..a68e35b3ae03278e48cb784c5e90feac454a929f 100644
|
| --- a/components/invalidation/impl/gcm_network_channel.h
|
| +++ b/components/invalidation/impl/gcm_network_channel.h
|
| @@ -46,7 +46,7 @@ struct GCMNetworkChannelDiagnostic {
|
|
|
| // GCMNetworkChannel is an implementation of SyncNetworkChannel that routes
|
| // messages through GCMService.
|
| -class INVALIDATION_EXPORT_PRIVATE GCMNetworkChannel
|
| +class INVALIDATION_EXPORT GCMNetworkChannel
|
| : public SyncNetworkChannel,
|
| public net::URLFetcherDelegate,
|
| public net::NetworkChangeNotifier::NetworkChangeObserver,
|
|
|