Index: webkit/common/gpu/webgraphicscontext3d_in_process_impl.h |
diff --git a/webkit/common/gpu/webgraphicscontext3d_in_process_impl.h b/webkit/common/gpu/webgraphicscontext3d_in_process_impl.h |
index a631c295789711026ace69af5db07fb5e551f518..4a26265d68fb99820f25c55d323917ad8258b325 100644 |
--- a/webkit/common/gpu/webgraphicscontext3d_in_process_impl.h |
+++ b/webkit/common/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/common/gpu/webkit_gpu_export.h" |