Index: components/scheduler/renderer/task_cost_estimator_unittest.cc |
diff --git a/components/scheduler/renderer/task_cost_estimator_unittest.cc b/components/scheduler/renderer/task_cost_estimator_unittest.cc |
index ec6fb1be11d5aaa96143f2156a888a1a83261ffa..97247f0eb92e3bc5cfb0b0208ba465463da4846e 100644 |
--- a/components/scheduler/renderer/task_cost_estimator_unittest.cc |
+++ b/components/scheduler/renderer/task_cost_estimator_unittest.cc |
@@ -2,10 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include "base/memory/scoped_ptr.h" |
#include "base/test/simple_test_tick_clock.h" |
#include "components/scheduler/base/test_time_source.h" |
#include "components/scheduler/renderer/task_cost_estimator.h" |
- |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |