| Index: cc/resource_provider.cc
|
| diff --git a/cc/resource_provider.cc b/cc/resource_provider.cc
|
| index ff917b0227ed20ccad7408b25d7d6373cc052fd2..d170c6e84f85b598bbcbd2e03d5b171d571b670d 100644
|
| --- a/cc/resource_provider.cc
|
| +++ b/cc/resource_provider.cc
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "config.h"
|
|
|
| -#include "CCResourceProvider.h"
|
| +#include "cc/resource_provider.h"
|
| #ifdef LOG
|
| #undef LOG
|
| #endif
|
| @@ -16,8 +16,8 @@
|
| #include "base/stl_util.h"
|
| #include "base/string_split.h"
|
| #include "base/string_util.h"
|
| -#include "CCProxy.h"
|
| -#include "CCRendererGL.h" // For the GLC() macro.
|
| +#include "cc/proxy.h"
|
| +#include "cc/gl_renderer.h" // For the GLC() macro.
|
| #include "Extensions3DChromium.h"
|
| #include "IntRect.h"
|
| #include "LayerTextureSubImage.h"
|
|
|