| Index: cc/unthrottled_texture_uploader.h
|
| diff --git a/cc/unthrottled_texture_uploader.h b/cc/unthrottled_texture_uploader.h
|
| index bc0822ace22ea3c902fda64d768c41f2e4868bf6..7fa02e310ae95730aea4b9e5f7ae478db897dac3 100644
|
| --- a/cc/unthrottled_texture_uploader.h
|
| +++ b/cc/unthrottled_texture_uploader.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef UnthrottledTextureUploader_h
|
| #define UnthrottledTextureUploader_h
|
|
|
| -#include "base/basictypes.h"
|
| #include "CCResourceProvider.h"
|
| -#include "TextureUploader.h"
|
| +#include "base/basictypes.h"
|
| +#include "cc/texture_uploader.h"
|
|
|
| namespace cc {
|
|
|
|
|