Index: cc/trees/layer_tree_host_unittest_no_message_loop.cc |
diff --git a/cc/trees/layer_tree_host_unittest_no_message_loop.cc b/cc/trees/layer_tree_host_unittest_no_message_loop.cc |
index 7a4251c20882cec407671e84051b02e81111bb6f..ffae4400e550aea03b616b608563231dcf6ee94b 100644 |
--- a/cc/trees/layer_tree_host_unittest_no_message_loop.cc |
+++ b/cc/trees/layer_tree_host_unittest_no_message_loop.cc |
@@ -21,7 +21,6 @@ |
#include "cc/trees/layer_tree_host_single_thread_client.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "third_party/skia/include/core/SkColor.h" |
-#include "ui/gfx/frame_time.h" |
namespace cc { |
namespace { |
@@ -117,7 +116,7 @@ class LayerTreeHostNoMessageLoopTest |
void Composite() { |
did_commit_ = false; |
did_commit_and_draw_frame_ = false; |
- layer_tree_host_->Composite(gfx::FrameTime::Now()); |
+ layer_tree_host_->Composite(base::TimeTicks::Now()); |
EXPECT_TRUE(did_initialize_output_surface_); |
EXPECT_TRUE(did_commit_); |
EXPECT_TRUE(did_commit_and_draw_frame_); |