| Index: remoting/host/event_executor_linux.cc
|
| diff --git a/remoting/host/event_executor_linux.cc b/remoting/host/event_executor_linux.cc
|
| index 44c4c55408a704a5c79268379b62262ae6de5eac..6f3acf222dc8677f2180a1bde45af5b5b0576993 100644
|
| --- a/remoting/host/event_executor_linux.cc
|
| +++ b/remoting/host/event_executor_linux.cc
|
| @@ -4,7 +4,8 @@
|
|
|
| #include "remoting/host/event_executor_linux.h"
|
|
|
| -#include "remoting/protocol/messages_decoder.h"
|
| +#include "remoting/proto/internal.pb.h"
|
| +#include "remoting/protocol/message_decoder.h"
|
|
|
| namespace remoting {
|
|
|
|
|