| Index: content/browser/gpu/gpu_process_host.h
|
| diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h
|
| index e835d024a65f0318ab3b1c1bea51062448741fd8..7b2f6a8637e821130f555ede2c9b448d4f4dba71 100644
|
| --- a/content/browser/gpu/gpu_process_host.h
|
| +++ b/content/browser/gpu/gpu_process_host.h
|
| @@ -21,13 +21,13 @@
|
| #include "content/common/gpu/gpu_process_launch_causes.h"
|
| #include "content/public/browser/browser_child_process_host_delegate.h"
|
| #include "content/public/browser/gpu_data_manager.h"
|
| -#include "googleurl/src/gurl.h"
|
| #include "gpu/command_buffer/common/constants.h"
|
| #include "gpu/config/gpu_info.h"
|
| #include "ipc/ipc_channel_proxy.h"
|
| #include "ipc/ipc_sender.h"
|
| #include "ui/gfx/native_widget_types.h"
|
| #include "ui/gfx/size.h"
|
| +#include "url/gurl.h"
|
|
|
| struct GPUCreateCommandBufferConfig;
|
| struct GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params;
|
|
|