| Index: remoting/host/mock_objects.h
|
| diff --git a/remoting/host/mock_objects.h b/remoting/host/mock_objects.h
|
| index f4135f2d1bc54b20241a294b639f0bb5bd4f1c66..f58ac3b008e22ba8de18f8a76259273c4b189044 100644
|
| --- a/remoting/host/mock_objects.h
|
| +++ b/remoting/host/mock_objects.h
|
| @@ -9,7 +9,6 @@
|
| #include "remoting/base/protocol_decoder.h"
|
| #include "remoting/host/capturer.h"
|
| #include "remoting/host/client_connection.h"
|
| -#include "remoting/host/encoder.h"
|
| #include "remoting/host/event_executor.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|
| @@ -32,19 +31,6 @@ class MockCapturer : public Capturer {
|
| DISALLOW_COPY_AND_ASSIGN(MockCapturer);
|
| };
|
|
|
| -class MockEncoder : public Encoder {
|
| - public:
|
| - MockEncoder() {}
|
| -
|
| - MOCK_METHOD3(Encode, void(
|
| - scoped_refptr<Capturer::CaptureData> capture_data,
|
| - bool key_frame,
|
| - DataAvailableCallback* data_available_callback));
|
| -
|
| - private:
|
| - DISALLOW_COPY_AND_ASSIGN(MockEncoder);
|
| -};
|
| -
|
| class MockEventExecutor : public EventExecutor {
|
| public:
|
| MockEventExecutor() {}
|
|
|