From 9e3e635fff4d479ac7282615212ab609126a41de Mon Sep 17 00:00:00 2001 From: "avi@chromium.org" Date: Wed, 17 Jul 2013 04:07:51 +0000 Subject: 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 --- ash/desktop_background/desktop_background_view.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ash/desktop_background') diff --git a/ash/desktop_background/desktop_background_view.cc b/ash/desktop_background/desktop_background_view.cc index daaa6b4..ff18b164 100644 --- a/ash/desktop_background/desktop_background_view.cc +++ b/ash/desktop_background/desktop_background_view.cc @@ -16,7 +16,7 @@ #include "ash/shell_window_ids.h" #include "ash/wm/property_util.h" #include "ash/wm/window_animations.h" -#include "base/message_loop.h" +#include "base/message_loop/message_loop.h" #include "base/strings/utf_string_conversions.h" #include "ui/aura/root_window.h" #include "ui/base/resource/resource_bundle.h" -- cgit v1.1