| Index: content/common/gpu/client/gpu_channel_host.cc
|
| diff --git a/content/common/gpu/client/gpu_channel_host.cc b/content/common/gpu/client/gpu_channel_host.cc
|
| index fc6e89dfda4755978ae9c1c46d797591f65ee73b..6cc5c9b7d129a68e3eaf316b1fca153faea04588 100644
|
| --- a/content/common/gpu/client/gpu_channel_host.cc
|
| +++ b/content/common/gpu/client/gpu_channel_host.cc
|
| @@ -14,9 +14,9 @@
|
| #include "base/threading/thread_restrictions.h"
|
| #include "content/common/gpu/client/command_buffer_proxy_impl.h"
|
| #include "content/common/gpu/gpu_messages.h"
|
| -#include "googleurl/src/gurl.h"
|
| #include "gpu/command_buffer/common/mailbox.h"
|
| #include "ipc/ipc_sync_message_filter.h"
|
| +#include "url/gurl.h"
|
|
|
| #if defined(OS_WIN)
|
| #include "content/public/common/sandbox_init.h"
|
|
|