Chromium Code Reviews| Index: base/message_pump_x.cc |
| =================================================================== |
| --- base/message_pump_x.cc (revision 126124) |
| +++ base/message_pump_x.cc (working copy) |
| @@ -9,6 +9,8 @@ |
| #include "base/basictypes.h" |
| #include "base/message_loop.h" |
| +#include <iostream> |
|
Elliot Glaysher
2012/03/28 17:49:00
This will add a static initializer to this file. A
|
| + |
| namespace { |
| gboolean XSourcePrepare(GSource* source, gint* timeout_ms) { |
| @@ -74,7 +76,7 @@ |
| #if defined(USE_XI2_MT) |
| if (major < 2 || (major == 2 && minor < USE_XI2_MT)) { |
| DVLOG(1) << "XI version on server is " << major << "." << minor << ". " |
| - << "But 2." << USE_XI2_MT << " is required."; |
| + << "But 2." << USE_XI2_MT << " is required."; |
| xiopcode = -1; |
| return; |
| } |