| Index: google_apis/gcm/engine/connection_handler_impl.h
|
| diff --git a/google_apis/gcm/engine/connection_handler_impl.h b/google_apis/gcm/engine/connection_handler_impl.h
|
| index 9b7d5a3491cdf4b4ddec181254f5ddde9586aa6a..89fc972b358488adcb70f522efe211f19fb02973 100644
|
| --- a/google_apis/gcm/engine/connection_handler_impl.h
|
| +++ b/google_apis/gcm/engine/connection_handler_impl.h
|
| @@ -21,6 +21,9 @@ class LoginRequest;
|
|
|
| namespace gcm {
|
|
|
| +class SocketInputStream;
|
| +class SocketOutputStream;
|
| +
|
| class GCM_EXPORT ConnectionHandlerImpl : public ConnectionHandler {
|
| public:
|
| // |read_callback| will be invoked with the contents of any received protobuf
|
|
|