diff options
Diffstat (limited to 'cc/nine_patch_layer.cc')
-rw-r--r-- | cc/nine_patch_layer.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cc/nine_patch_layer.cc b/cc/nine_patch_layer.cc index 514a3ef..9b678db 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 { |