| Index: cc/resource_provider.h
|
| diff --git a/cc/resource_provider.h b/cc/resource_provider.h
|
| index bf9c1c4a5337578e6faf83ab073269867e5b656f..249e00614dd422abfc222bf4ca5b802d770d92dd 100644
|
| --- a/cc/resource_provider.h
|
| +++ b/cc/resource_provider.h
|
| @@ -16,9 +16,9 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/threading/thread_checker.h"
|
| #include "cc/base/cc_export.h"
|
| -#include "cc/context_provider.h"
|
| -#include "cc/output_surface.h"
|
| -#include "cc/texture_copier.h"
|
| +#include "cc/output/context_provider.h"
|
| +#include "cc/output/output_surface.h"
|
| +#include "cc/output/texture_copier.h"
|
| #include "cc/texture_mailbox.h"
|
| #include "cc/transferable_resource.h"
|
| #include "third_party/khronos/GLES2/gl2.h"
|
|
|