summaryrefslogtreecommitdiffstats
path: root/ui/aura/bench/bench_main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/aura/bench/bench_main.cc')
-rw-r--r--ui/aura/bench/bench_main.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/aura/bench/bench_main.cc b/ui/aura/bench/bench_main.cc
index 7ddbc9e..bcdbd61 100644
--- a/ui/aura/bench/bench_main.cc
+++ b/ui/aura/bench/bench_main.cc
@@ -7,7 +7,7 @@
#include "base/command_line.h"
#include "base/i18n/icu_util.h"
#include "base/memory/scoped_ptr.h"
-#include "base/message_loop/message_loop.h"
+#include "base/message_loop.h"
#include "base/strings/string_split.h"
#include "base/time.h"
#include "third_party/khronos/GLES2/gl2.h"
@@ -35,7 +35,7 @@
#include "third_party/khronos/GLES2/gl2ext.h"
#if defined(USE_X11)
-#include "base/message_loop/message_pump_aurax11.h"
+#include "base/message_pump_aurax11.h"
#endif
using base::TimeTicks;