| Index: cc/program_binding.cc
|
| diff --git a/cc/program_binding.cc b/cc/program_binding.cc
|
| index 4d88aa33c506657398876be98dd05244b010392c..094020b360046969c4c1b8382a1301d9c2a5c872 100644
|
| --- a/cc/program_binding.cc
|
| +++ b/cc/program_binding.cc
|
| @@ -4,12 +4,12 @@
|
|
|
| #include "config.h"
|
|
|
| -#include "ProgramBinding.h"
|
| +#include "cc/program_binding.h"
|
|
|
| #include "CCRendererGL.h" // For the GLC() macro.
|
| -#include "GeometryBinding.h"
|
| #include "GraphicsContext3D.h"
|
| #include "TraceEvent.h"
|
| +#include "cc/geometry_binding.h"
|
| #include <public/WebGraphicsContext3D.h>
|
|
|
| using WebKit::WebGraphicsContext3D;
|
|
|