| Index: remoting/host/host_mock_objects.h
|
| diff --git a/remoting/host/host_mock_objects.h b/remoting/host/host_mock_objects.h
|
| index 770045eaeb19386ae2a8cafff59a59e0c3c9cc50..7b2409258f7fc71a1b1734f7415ba62e0d907aa0 100644
|
| --- a/remoting/host/host_mock_objects.h
|
| +++ b/remoting/host/host_mock_objects.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef REMOTING_HOST_HOST_MOCK_OBJECTS_H_
|
| #define REMOTING_HOST_HOST_MOCK_OBJECTS_H_
|
|
|
| +#include <cstdint>
|
| +#include <memory>
|
| #include <string>
|
|
|
| #include "base/macros.h"
|
| @@ -43,6 +45,7 @@ class MockDesktopEnvironment : public DesktopEnvironment {
|
| MOCK_METHOD0(CreateMouseCursorMonitorPtr, webrtc::MouseCursorMonitor*());
|
| MOCK_CONST_METHOD0(GetCapabilities, std::string());
|
| MOCK_METHOD1(SetCapabilities, void(const std::string&));
|
| + MOCK_CONST_METHOD0(GetDesktopSessionId, uint32_t());
|
|
|
| // DesktopEnvironment implementation.
|
| std::unique_ptr<AudioCapturer> CreateAudioCapturer() override;
|
|
|