| Index: ui/base/x/x11_util.cc
|
| diff --git a/ui/base/x/x11_util.cc b/ui/base/x/x11_util.cc
|
| index 03625c6de02f0782c1b8d3861f447c156daa0377..72523870d3c885ff6aee1e7497468ce625e0ba69 100644
|
| --- a/ui/base/x/x11_util.cc
|
| +++ b/ui/base/x/x11_util.cc
|
| @@ -22,7 +22,6 @@
|
| #include <X11/Xcursor/Xcursor.h>
|
|
|
| #include "base/bind.h"
|
| -#include "base/debug/trace_event.h"
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/singleton.h"
|
| @@ -33,6 +32,7 @@
|
| #include "base/strings/stringprintf.h"
|
| #include "base/sys_byteorder.h"
|
| #include "base/threading/thread.h"
|
| +#include "base/trace_event/trace_event.h"
|
| #include "skia/ext/image_operations.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| #include "third_party/skia/include/core/SkPostConfig.h"
|
|
|