summaryrefslogtreecommitdiffstats
path: root/ui/compositor/layer_animation_element.h
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-28 15:22:52 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-28 15:22:52 +0000
commite1f5f28f55f749b0c22a9c6ebc15f33ca6159e35 (patch)
treee7a0f1bfa194ff5921701942cb4ff63119dac28b /ui/compositor/layer_animation_element.h
parent2b59d685f4425f430f3a5692125be4585a296f7d (diff)
downloadchromium_src-e1f5f28f55f749b0c22a9c6ebc15f33ca6159e35.zip
chromium_src-e1f5f28f55f749b0c22a9c6ebc15f33ca6159e35.tar.gz
chromium_src-e1f5f28f55f749b0c22a9c6ebc15f33ca6159e35.tar.bz2
Use a direct include of time headers in ui/.
BUG=254986 TEST=none TBR=ben@chromium.org Review URL: https://codereview.chromium.org/18149004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209153 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/compositor/layer_animation_element.h')
-rw-r--r--ui/compositor/layer_animation_element.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/compositor/layer_animation_element.h b/ui/compositor/layer_animation_element.h
index 17a4d0e..c5949d3 100644
--- a/ui/compositor/layer_animation_element.h
+++ b/ui/compositor/layer_animation_element.h
@@ -7,7 +7,7 @@
#include <set>
-#include "base/time.h"
+#include "base/time/time.h"
#include "cc/animation/animation.h"
#include "cc/animation/animation_events.h"
#include "third_party/skia/include/core/SkColor.h"