Index: cc/test/scheduler_test_common.h |
diff --git a/cc/test/scheduler_test_common.h b/cc/test/scheduler_test_common.h |
index 071332d1b29fd4bc962a5ddd4bede37cf4e3014f..596358a205877ad26517cbcd54182ab602348254 100644 |
--- a/cc/test/scheduler_test_common.h |
+++ b/cc/test/scheduler_test_common.h |
@@ -9,7 +9,6 @@ |
#include "base/memory/scoped_ptr.h" |
#include "base/time/time.h" |
#include "cc/scheduler/delay_based_time_source.h" |
-#include "cc/scheduler/frame_rate_controller.h" |
#include "testing/gtest/include/gtest/gtest.h" |
namespace cc { |
@@ -47,12 +46,6 @@ class FakeDelayBasedTimeSource : public DelayBasedTimeSource { |
base::TimeTicks now_; |
}; |
-class FakeFrameRateController : public FrameRateController { |
- public: |
- explicit FakeFrameRateController(scoped_refptr<TimeSource> timer) |
- : FrameRateController(timer) {} |
-}; |
- |
} // namespace cc |
#endif // CC_TEST_SCHEDULER_TEST_COMMON_H_ |