From e5157497585854be6297aae43040310211e5f3ef Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Fri, 14 Jun 2013 22:51:28 +0000 Subject: Move message_pump to base/message_loop. This also fixes some namespace usage inside the message pump files and updates all users of these files to use the new location. BUG= R=sky@chromium.org Review URL: https://codereview.chromium.org/17078005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206507 0039d316-1c4b-4281-b951-d872f2087c98 --- ui/aura/bench/bench_main.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/aura/bench') diff --git a/ui/aura/bench/bench_main.cc b/ui/aura/bench/bench_main.cc index bcdbd61..7ddbc9e 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.h" +#include "base/message_loop/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_pump_aurax11.h" +#include "base/message_loop/message_pump_aurax11.h" #endif using base::TimeTicks; -- cgit v1.1