| Index: cc/nine_patch_layer_unittest.cc
|
| diff --git a/cc/nine_patch_layer_unittest.cc b/cc/nine_patch_layer_unittest.cc
|
| index 237c1f37e560c41e7efa1ed5147512788709db44..a090e2f6f6dfe2a9ef220bac8856a75167285ecf 100644
|
| --- a/cc/nine_patch_layer_unittest.cc
|
| +++ b/cc/nine_patch_layer_unittest.cc
|
| @@ -5,9 +5,9 @@
|
| #include "cc/nine_patch_layer.h"
|
|
|
| #include "cc/debug/overdraw_metrics.h"
|
| -#include "cc/prioritized_resource_manager.h"
|
| -#include "cc/resource_provider.h"
|
| -#include "cc/resource_update_queue.h"
|
| +#include "cc/resources/prioritized_resource_manager.h"
|
| +#include "cc/resources/resource_provider.h"
|
| +#include "cc/resources/resource_update_queue.h"
|
| #include "cc/test/fake_layer_tree_host_client.h"
|
| #include "cc/test/fake_output_surface.h"
|
| #include "cc/test/geometry_test_utils.h"
|
|
|