| Index: cc/resource_provider.cc
|
| diff --git a/cc/resource_provider.cc b/cc/resource_provider.cc
|
| index 092a3b3c04d824823089e6aaa30fdc6771a44074..f92bb89147a6a96d24002d26db9b43576885d922 100644
|
| --- a/cc/resource_provider.cc
|
| +++ b/cc/resource_provider.cc
|
| @@ -11,7 +11,7 @@
|
| #include "base/stl_util.h"
|
| #include "base/string_util.h"
|
| #include "base/strings/string_split.h"
|
| -#include "cc/gl_renderer.h" // For the GLC() macro.
|
| +#include "cc/output/gl_renderer.h" // For the GLC() macro.
|
| #include "cc/platform_color.h"
|
| #include "cc/texture_uploader.h"
|
| #include "cc/transferable_resource.h"
|
|
|