| Index: remoting/client/x11_input_handler.cc
|
| diff --git a/remoting/client/x11_input_handler.cc b/remoting/client/x11_input_handler.cc
|
| index 455ff61dc68c8b4638bf5251a3a2e9b5524bae5a..887862c330232b2423a618b81c2ed7aa452d5c66 100644
|
| --- a/remoting/client/x11_input_handler.cc
|
| +++ b/remoting/client/x11_input_handler.cc
|
| @@ -9,8 +9,8 @@
|
| #include "remoting/client/x11_view.h"
|
| #include "remoting/jingle_glue/jingle_thread.h"
|
|
|
| -// Include Xlib at the end because it clashes with ClientMessage defined in
|
| -// the protocol buffer.
|
| +// Include Xlib at the end because it clashes with Status in
|
| +// base/tracked_objects.h.
|
| #include <X11/Xlib.h>
|
|
|
| namespace remoting {
|
|
|