Index: content/browser/web_contents/aura/overscroll_window_animation_unittest.cc |
diff --git a/content/browser/web_contents/aura/overscroll_window_animation_unittest.cc b/content/browser/web_contents/aura/overscroll_window_animation_unittest.cc |
index 527b0c7bd6ef8880d064e7d6a6353a0e6e6e5b86..cb077262dbe6e779095c47dff02e587db2572c2b 100644 |
--- a/content/browser/web_contents/aura/overscroll_window_animation_unittest.cc |
+++ b/content/browser/web_contents/aura/overscroll_window_animation_unittest.cc |
@@ -10,7 +10,6 @@ |
#include "ui/compositor/scoped_animation_duration_scale_mode.h" |
#include "ui/compositor/scoped_layer_animation_settings.h" |
#include "ui/compositor/test/layer_animator_test_controller.h" |
-#include "ui/gfx/frame_time.h" |
namespace content { |
@@ -204,7 +203,7 @@ TEST_F(OverscrollWindowAnimationTest, NewOverscrollCompletesPreviousGesture) { |
base::TimeDelta duration = settings.GetTransitionDuration(); |
test_controller.StartThreadedAnimationsIfNeeded(); |
- base::TimeTicks start_time = gfx::FrameTime::Now(); |
+ base::TimeTicks start_time = base::TimeTicks::Now(); |
// Halfway through the animation, OverscrollCompleting should have been fired. |
animator->Step(start_time + duration / 2); |