| Index: third_party/WebKit/Source/platform/scheduler/renderer/user_model_unittest.cc
|
| diff --git a/components/scheduler/renderer/user_model_unittest.cc b/third_party/WebKit/Source/platform/scheduler/renderer/user_model_unittest.cc
|
| similarity index 99%
|
| rename from components/scheduler/renderer/user_model_unittest.cc
|
| rename to third_party/WebKit/Source/platform/scheduler/renderer/user_model_unittest.cc
|
| index 87afc72595bafe2d4e7e835b0b5cc99c648435f3..695a19df332062806ab218e451c0d75708288245 100644
|
| --- a/components/scheduler/renderer/user_model_unittest.cc
|
| +++ b/third_party/WebKit/Source/platform/scheduler/renderer/user_model_unittest.cc
|
| @@ -2,12 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/scheduler/renderer/user_model.h"
|
| +#include "platform/scheduler/renderer/user_model.h"
|
|
|
| #include "base/test/simple_test_tick_clock.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| +namespace blink {
|
| namespace scheduler {
|
|
|
| class UserModelTest : public testing::Test {
|
| @@ -252,3 +253,4 @@ TEST_F(UserModelTest, IsGestureExpectedToContinue_LongAfterGestureStarted) {
|
| }
|
|
|
| } // namespace scheduler
|
| +} // namespace blink
|
|
|