diff options
Diffstat (limited to 'remoting/client/chromoting_view.h')
-rw-r--r-- | remoting/client/chromoting_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/client/chromoting_view.h b/remoting/client/chromoting_view.h index f9f0411..331e081 100644 --- a/remoting/client/chromoting_view.h +++ b/remoting/client/chromoting_view.h @@ -25,7 +25,7 @@ class ChromotingView { // Record the update the state of the connection, updating the UI as needed. virtual void SetConnectionState(protocol::ConnectionToHost::State state, - protocol::ConnectionToHost::Error error) = 0; + protocol::ErrorCode error) = 0; }; } // namespace remoting |