| Index: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| diff --git a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| index e7c164f94825d6bca6fc61861cbcc91643dca1dd..71c1159485ff577bfb188f1613808b45a4ff9d5d 100644
|
| --- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| +++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| @@ -14,8 +14,8 @@
|
| #include "content/common/gpu/client/command_buffer_proxy_impl.h"
|
| #include "content/common/gpu/gpu_process_launch_causes.h"
|
| #include "googleurl/src/gurl.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 "ui/gl/gpu_preference.h"
|
| #include "ui/gfx/native_widget_types.h"
|
|
|
|
|