| Index: cc/nine_patch_layer.cc
|
| diff --git a/cc/nine_patch_layer.cc b/cc/nine_patch_layer.cc
|
| index 514a3ef08f4bee7af0a0f0244bd5e7d227e0ca1e..9b678dbc5712e8a45722e00ecef1f045c78a17d1 100644
|
| --- a/cc/nine_patch_layer.cc
|
| +++ b/cc/nine_patch_layer.cc
|
| @@ -5,9 +5,9 @@
|
| #include "cc/nine_patch_layer.h"
|
|
|
| #include "cc/nine_patch_layer_impl.h"
|
| -#include "cc/prioritized_resource.h"
|
| -#include "cc/resource_update.h"
|
| -#include "cc/resource_update_queue.h"
|
| +#include "cc/resources/prioritized_resource.h"
|
| +#include "cc/resources/resource_update.h"
|
| +#include "cc/resources/resource_update_queue.h"
|
| #include "cc/trees/layer_tree_host.h"
|
|
|
| namespace cc {
|
|
|