| Index: chrome/browser/chromeos/input_method/xkeyboard.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/input_method/xkeyboard.cc (revision 111697)
|
| +++ chrome/browser/chromeos/input_method/xkeyboard.cc (working copy)
|
| @@ -9,6 +9,9 @@
|
| #include <string>
|
| #include <utility>
|
|
|
| +#include <X11/XKBlib.h>
|
| +#include <X11/Xlib.h>
|
| +#include <glib.h>
|
| #include <stdlib.h>
|
| #include <string.h>
|
|
|
| @@ -22,11 +25,6 @@
|
| #include "content/public/browser/browser_thread.h"
|
| #include "ui/base/x/x11_util.h"
|
|
|
| -// These includes conflict with base/tracked_objects.h so must come last.
|
| -#include <X11/XKBlib.h>
|
| -#include <X11/Xlib.h>
|
| -#include <glib.h>
|
| -
|
| using content::BrowserThread;
|
|
|
| namespace chromeos {
|
|
|