| Index: remoting/protocol/protobuf_message_parser.h
|
| diff --git a/remoting/protocol/protobuf_message_parser.h b/remoting/protocol/protobuf_message_parser.h
|
| index e70328a59b1c7dcf02814c75ff5ec4712aa0fac4..4fe01916823374fbe97e0f5a4293706b68aa47a7 100644
|
| --- a/remoting/protocol/protobuf_message_parser.h
|
| +++ b/remoting/protocol/protobuf_message_parser.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef REMOTING_PROTOCOL_PROTOBUF_MESSAGE_PARSER_H_
|
| #define REMOTING_PROTOCOL_PROTOBUF_MESSAGE_PARSER_H_
|
|
|
| +#include <utility>
|
| +
|
| #include "base/bind.h"
|
| #include "base/callback.h"
|
| #include "base/memory/scoped_ptr.h"
|
|
|