commit | 9e3e635fff4d479ac7282615212ab609126a41de | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Jul 17 04:07:51 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Jul 17 04:07:51 2013 |
tree | a2f3fa5e914413930211d42ea8aef18b949bdfa4 | |
parent | 8ef7224ae45b47ff84d11c5a6e5fc3b09fddb4a5 [diff] [blame] |
Use a direct include of the message_loop header in android_webview/, apps/, ash/. BUG=260807 TEST=none [email protected] Review URL: https://chromiumcodereview.appspot.com/19269013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211925 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc index 1fc782c..318873c 100644 --- a/ash/shell/shell_delegate_impl.cc +++ b/ash/shell/shell_delegate_impl.cc
@@ -16,7 +16,7 @@ #include "ash/shell/toplevel_window.h" #include "ash/shell_window_ids.h" #include "ash/wm/window_util.h" -#include "base/message_loop.h" +#include "base/message_loop/message_loop.h" #include "ui/aura/window.h" #include "ui/keyboard/keyboard_controller_proxy.h" #include "ui/views/corewm/input_method_event_filter.h"