Index: webkit/gpu/webgraphicscontext3d_in_process_impl.h |
diff --git a/webkit/gpu/webgraphicscontext3d_in_process_impl.h b/webkit/gpu/webgraphicscontext3d_in_process_impl.h |
index d1c57bb607cb1369b5021a108d8ddc8d58857fca..499202e7a752f6f656222f240e0d50b83c0dd40a 100644 |
--- a/webkit/gpu/webgraphicscontext3d_in_process_impl.h |
+++ b/webkit/gpu/webgraphicscontext3d_in_process_impl.h |
@@ -11,8 +11,8 @@ |
#include "base/compiler_specific.h" |
#include "base/hash_tables.h" |
#include "base/memory/ref_counted.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" |
+#include "third_party/WebKit/public/platform/WebGraphicsContext3D.h" |
+#include "third_party/WebKit/public/platform/WebString.h" |
#include "third_party/angle/include/GLSLANG/ShaderLang.h" |
#include "ui/gfx/native_widget_types.h" |
#include "webkit/gpu/webkit_gpu_export.h" |