Index: remoting/client/chromoting_view.h |
diff --git a/remoting/client/chromoting_view.h b/remoting/client/chromoting_view.h |
index f9f0411ab7f71a79ec72aaeb2a7fb309fc1831ac..331e081a1d0b758efd9c07642023421088ebc002 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 |