| Index: google_apis/gcm/engine/connection_handler.h
|
| diff --git a/google_apis/gcm/engine/connection_handler.h b/google_apis/gcm/engine/connection_handler.h
|
| index da12722daf19dfefaea48fbafa44894005f849d2..68720a989f5bc0818067355d7466d164f21aacc9 100644
|
| --- a/google_apis/gcm/engine/connection_handler.h
|
| +++ b/google_apis/gcm/engine/connection_handler.h
|
| @@ -26,9 +26,6 @@ class LoginRequest;
|
|
|
| namespace gcm {
|
|
|
| -class SocketInputStream;
|
| -class SocketOutputStream;
|
| -
|
| // Handles performing the protocol handshake and sending/receiving protobuf
|
| // messages. Note that no retrying or queueing is enforced at this layer.
|
| // Once a connection error is encountered, the ConnectionHandler will disconnect
|
|
|