| 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 b1ccebc69e602ddfb99191ca132306ef2f6b6afd..659de2f9390540427c0a789d863adac3c2216625 100644
|
| --- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| +++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| @@ -14,11 +14,11 @@
|
| #include "content/common/content_export.h"
|
| #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/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"
|
| +#include "ui/gl/gpu_preference.h"
|
| +#include "url/gurl.h"
|
|
|
| namespace gpu {
|
|
|
|
|