Index: cc/shader.cc |
diff --git a/cc/shader.cc b/cc/shader.cc |
index 1aa9a3e1e666b851357f325085d389fe192e3314..c52423103e8b2a96b6cfdec9abc48787406d546e 100644 |
--- a/cc/shader.cc |
+++ b/cc/shader.cc |
@@ -6,7 +6,7 @@ |
#include "base/basictypes.h" |
#include "base/logging.h" |
-#include <public/WebGraphicsContext3D.h> |
+#include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h" |
#define SHADER0(Src) #Src |
#define SHADER(Src) SHADER0(Src) |