| Index: remoting/host/fake_desktop_environment.h
|
| diff --git a/remoting/host/fake_desktop_environment.h b/remoting/host/fake_desktop_environment.h
|
| index 4ee1351074646cd5a81cd003766d9af623d3c550..0f6a680ad7219369eb7c3226935e8112fddb03d8 100644
|
| --- a/remoting/host/fake_desktop_environment.h
|
| +++ b/remoting/host/fake_desktop_environment.h
|
| @@ -5,6 +5,9 @@
|
| #ifndef REMOTING_HOST_FAKE_DESKTOP_ENVIRONMENT_H_
|
| #define REMOTING_HOST_FAKE_DESKTOP_ENVIRONMENT_H_
|
|
|
| +#include <cstdint>
|
| +#include <memory>
|
| +#include <string>
|
| #include <vector>
|
|
|
| #include "base/macros.h"
|
| @@ -87,6 +90,7 @@ class FakeDesktopEnvironment
|
| override;
|
| std::string GetCapabilities() const override;
|
| void SetCapabilities(const std::string& capabilities) override;
|
| + uint32_t GetDesktopSessionId() const override;
|
|
|
| base::WeakPtr<FakeInputInjector> last_input_injector() {
|
| return last_input_injector_;
|
|
|