summaryrefslogtreecommitdiffstats
path: root/ash/wm
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-17 04:07:51 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-17 04:07:51 +0000
commit9e3e635fff4d479ac7282615212ab609126a41de (patch)
treea2f3fa5e914413930211d42ea8aef18b949bdfa4 /ash/wm
parent8ef7224ae45b47ff84d11c5a6e5fc3b09fddb4a5 (diff)
downloadchromium_src-9e3e635fff4d479ac7282615212ab609126a41de.zip
chromium_src-9e3e635fff4d479ac7282615212ab609126a41de.tar.gz
chromium_src-9e3e635fff4d479ac7282615212ab609126a41de.tar.bz2
Use a direct include of the message_loop header in android_webview/, apps/, ash/.
BUG=260807 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/19269013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211925 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/wm')
-rw-r--r--ash/wm/toplevel_window_event_handler.cc2
-rw-r--r--ash/wm/window_animations.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/ash/wm/toplevel_window_event_handler.cc b/ash/wm/toplevel_window_event_handler.cc
index ed4818f..eb944c5 100644
--- a/ash/wm/toplevel_window_event_handler.cc
+++ b/ash/wm/toplevel_window_event_handler.cc
@@ -11,7 +11,7 @@
#include "ash/wm/window_resizer.h"
#include "ash/wm/window_util.h"
#include "ash/wm/workspace/snap_sizer.h"
-#include "base/message_loop.h"
+#include "base/message_loop/message_loop.h"
#include "base/run_loop.h"
#include "ui/aura/client/aura_constants.h"
#include "ui/aura/client/cursor_client.h"
diff --git a/ash/wm/window_animations.cc b/ash/wm/window_animations.cc
index bd17770..dc6ff2e 100644
--- a/ash/wm/window_animations.cc
+++ b/ash/wm/window_animations.cc
@@ -18,7 +18,7 @@
#include "base/command_line.h"
#include "base/compiler_specific.h"
#include "base/logging.h"
-#include "base/message_loop.h"
+#include "base/message_loop/message_loop.h"
#include "base/stl_util.h"
#include "base/time/time.h"
#include "ui/aura/client/aura_constants.h"