Index: remoting/protocol/connection_to_client.h |
diff --git a/remoting/protocol/connection_to_client.h b/remoting/protocol/connection_to_client.h |
index 1f2cd54613de6e6857e7928226711859485d9843..80a91fb41d284959dd9444b22e7afa07aa227889 100644 |
--- a/remoting/protocol/connection_to_client.h |
+++ b/remoting/protocol/connection_to_client.h |
@@ -45,7 +45,7 @@ class ConnectionToClient : public base::NonThreadSafe { |
// Called when the network connection has failed. |
virtual void OnConnectionFailed(ConnectionToClient* connection, |
- Session::Error error) = 0; |
+ ErrorCode error) = 0; |
// Called when sequence number is updated. |
virtual void OnSequenceNumberUpdated(ConnectionToClient* connection, |