| Index: remoting/host/chromoting_host_context.h
|
| diff --git a/remoting/host/chromoting_host_context.h b/remoting/host/chromoting_host_context.h
|
| index 6058f81f505cbed673c26e5bb006a2f477261c7b..74ce93a4b4406d72ff82b404c1a28dd5c2c83df2 100644
|
| --- a/remoting/host/chromoting_host_context.h
|
| +++ b/remoting/host/chromoting_host_context.h
|
| @@ -5,8 +5,10 @@
|
| #ifndef REMOTING_HOST_CHROMOTING_HOST_CONTEXT_H_
|
| #define REMOTING_HOST_CHROMOTING_HOST_CONTEXT_H_
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "build/build_config.h"
|
|
|
| namespace base {
|
| class SingleThreadTaskRunner;
|
|
|