diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-27 23:12:21 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-27 23:12:21 +0000 |
commit | 1e84c63ff5b3431837857366e98d3280b6edea00 (patch) | |
tree | 92ad7ac161394fe5930854e89f9b6e295188d254 /ash/wm/window_animations.cc | |
parent | d11b691c8cb866d33189b7e0f141389b59851aa0 (diff) | |
download | chromium_src-1e84c63ff5b3431837857366e98d3280b6edea00.zip chromium_src-1e84c63ff5b3431837857366e98d3280b6edea00.tar.gz chromium_src-1e84c63ff5b3431837857366e98d3280b6edea00.tar.bz2 |
Use a direct include of time headers in android_webview/, apps/, ash/.
BUG=254986
TEST=none
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/18050008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209025 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/wm/window_animations.cc')
-rw-r--r-- | ash/wm/window_animations.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/wm/window_animations.cc b/ash/wm/window_animations.cc index f490a67..1a64672 100644 --- a/ash/wm/window_animations.cc +++ b/ash/wm/window_animations.cc @@ -13,14 +13,14 @@ #include "ash/screen_ash.h" #include "ash/shell.h" #include "ash/wm/window_util.h" -#include "ash/wm/workspace_controller.h" #include "ash/wm/workspace/workspace_animations.h" +#include "ash/wm/workspace_controller.h" #include "base/command_line.h" #include "base/compiler_specific.h" #include "base/logging.h" #include "base/message_loop.h" #include "base/stl_util.h" -#include "base/time.h" +#include "base/time/time.h" #include "ui/aura/client/aura_constants.h" #include "ui/aura/window.h" #include "ui/aura/window_observer.h" |