diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-28 15:22:52 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-28 15:22:52 +0000 |
commit | e1f5f28f55f749b0c22a9c6ebc15f33ca6159e35 (patch) | |
tree | e7a0f1bfa194ff5921701942cb4ff63119dac28b /ui/compositor/float_animation_curve_adapter.h | |
parent | 2b59d685f4425f430f3a5692125be4585a296f7d (diff) | |
download | chromium_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/float_animation_curve_adapter.h')
-rw-r--r-- | ui/compositor/float_animation_curve_adapter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/compositor/float_animation_curve_adapter.h b/ui/compositor/float_animation_curve_adapter.h index d3d2e1e..0e073aa 100644 --- a/ui/compositor/float_animation_curve_adapter.h +++ b/ui/compositor/float_animation_curve_adapter.h @@ -5,7 +5,7 @@ #ifndef UI_COMPOSITOR_FLOAT_ANIMATION_CURVE_ADAPTER_H_ #define UI_COMPOSITOR_FLOAT_ANIMATION_CURVE_ADAPTER_H_ -#include "base/time.h" +#include "base/time/time.h" #include "cc/animation/animation_curve.h" #include "ui/base/animation/tween.h" |