| Index: remoting/protocol/fake_session.cc
|
| diff --git a/remoting/protocol/fake_session.cc b/remoting/protocol/fake_session.cc
|
| index ebd5f142a48349ff19d762c1de28d144a93d514b..25f28847d115a704aa99152e97a40de353a7de31 100644
|
| --- a/remoting/protocol/fake_session.cc
|
| +++ b/remoting/protocol/fake_session.cc
|
| @@ -247,7 +247,7 @@ void FakeSession::SetRouteChangeCallback(const RouteChangeCallback& callback) {
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| -Session::Error FakeSession::error() {
|
| +ErrorCode FakeSession::error() {
|
| return error_;
|
| }
|
|
|
|
|