| Index: remoting/client/host_connection.h
|
| diff --git a/remoting/client/host_connection.h b/remoting/client/host_connection.h
|
| index 74c2a6d01bfc2aff413fae1a8c70ce507cbc643b..71210257cfc6d01236de2ac1c2a5d4b93f1214eb 100644
|
| --- a/remoting/client/host_connection.h
|
| +++ b/remoting/client/host_connection.h
|
| @@ -7,7 +7,8 @@
|
|
|
| #include "base/ref_counted.h"
|
| #include "base/scoped_ptr.h"
|
| -#include "remoting/protocol/messages_decoder.h"
|
| +#include "remoting/proto/internal.pb.h"
|
| +#include "remoting/protocol/message_decoder.h"
|
|
|
| namespace remoting {
|
|
|
|
|