| Index: base/message_loop/message_pump_aurax11.h
|
| diff --git a/base/message_loop/message_pump_aurax11.h b/base/message_loop/message_pump_aurax11.h
|
| index cec6934ccde4c8e1c212d6d24d92a6180d3ca150..f11b3b443e16609bd3098620428b36ea57064cc9 100644
|
| --- a/base/message_loop/message_pump_aurax11.h
|
| +++ b/base/message_loop/message_pump_aurax11.h
|
| @@ -17,8 +17,8 @@
|
|
|
| // It would be nice to include the X11 headers here so that we use Window
|
| // instead of its typedef of unsigned long, but we can't because everything in
|
| -// chrome includes us through base/message_loop.h, and X11's crappy #define
|
| -// heavy headers muck up half of chrome.
|
| +// chrome includes us through base/message_loop/message_loop.h, and X11's crappy
|
| +// #define heavy headers muck up half of chrome.
|
|
|
| typedef struct _GPollFD GPollFD;
|
| typedef struct _GSource GSource;
|
|
|