summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/client_stub.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/protocol/client_stub.h')
-rw-r--r--remoting/protocol/client_stub.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/remoting/protocol/client_stub.h b/remoting/protocol/client_stub.h
index 8873a13..ac1caaa 100644
--- a/remoting/protocol/client_stub.h
+++ b/remoting/protocol/client_stub.h
@@ -17,15 +17,15 @@ class Task;
namespace remoting {
namespace protocol {
-class NotifyScreenResolution;
+class NotifyResolutionRequest;
class ClientStub {
public:
ClientStub() {}
virtual ~ClientStub() {}
- virtual void NotifyScreenResolution(const NotifyScreenResolution& msg,
- Task* done) = 0;
+ virtual void NotifyResolution(const NotifyResolutionRequest& msg,
+ Task* done) = 0;
private:
DISALLOW_COPY_AND_ASSIGN(ClientStub);