| Index: cc/scoped_texture.h
|
| diff --git a/cc/scoped_texture.h b/cc/scoped_texture.h
|
| index 29f46eec468590fa9ee5c761ee00088ba675587d..40628b15f297770a4a93e0338445047a4b9649e5 100644
|
| --- a/cc/scoped_texture.h
|
| +++ b/cc/scoped_texture.h
|
| @@ -6,9 +6,9 @@
|
| #define CCScopedTexture_h
|
|
|
| #include "base/basictypes.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "base/logging.h"
|
| -#include "CCTexture.h"
|
| +#include "base/memory/scoped_ptr.h"
|
| +#include "cc/texture.h"
|
|
|
| #ifndef NDEBUG
|
| #include "base/threading/platform_thread.h"
|
|
|