| Index: remoting/protocol/message_decoder.h
|
| diff --git a/remoting/protocol/message_decoder.h b/remoting/protocol/message_decoder.h
|
| index 83841414bb8c56e5e16a3ffd54cb523cacb94155..70a1a073912f8c3cd88c357b99cef33f6ef23620 100644
|
| --- a/remoting/protocol/message_decoder.h
|
| +++ b/remoting/protocol/message_decoder.h
|
| @@ -11,7 +11,12 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "net/base/io_buffer.h"
|
| #include "remoting/base/compound_buffer.h"
|
| +
|
| +#if defined(USE_SYSTEM_PROTOBUF)
|
| +#include <google/protobuf/message_lite.h>
|
| +#else
|
| #include "third_party/protobuf/src/google/protobuf/message_lite.h"
|
| +#endif
|
|
|
| namespace remoting {
|
| namespace protocol {
|
|
|