| Index: cc/resources/resource_update_controller_unittest.cc
|
| diff --git a/cc/resource_update_controller_unittest.cc b/cc/resources/resource_update_controller_unittest.cc
|
| similarity index 99%
|
| rename from cc/resource_update_controller_unittest.cc
|
| rename to cc/resources/resource_update_controller_unittest.cc
|
| index 0c97ce131914c9a150dee1edc5a94e23f8e5c2bb..752abd25582041c261a119f33a11951d60cb927a 100644
|
| --- a/cc/resource_update_controller_unittest.cc
|
| +++ b/cc/resources/resource_update_controller_unittest.cc
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "cc/resource_update_controller.h"
|
| +#include "cc/resources/resource_update_controller.h"
|
|
|
| -#include "cc/prioritized_resource_manager.h"
|
| +#include "cc/resources/prioritized_resource_manager.h"
|
| #include "cc/test/fake_output_surface.h"
|
| #include "cc/test/fake_proxy.h"
|
| #include "cc/test/scheduler_test_common.h"
|
|
|