summaryrefslogtreecommitdiffstats
path: root/content/common/gpu/client/gpu_channel_host.cc
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-09 21:18:58 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-09 21:18:58 +0000
commit707e1c46640eb5399c7dc328a6f9f29b6b0f735e (patch)
tree3a92ac828e55ce1ad79afbb2338233cb930f491e /content/common/gpu/client/gpu_channel_host.cc
parentdf80961a3adc894a49c2a633c05570ea448eed05 (diff)
downloadchromium_src-707e1c46640eb5399c7dc328a6f9f29b6b0f735e.zip
chromium_src-707e1c46640eb5399c7dc328a6f9f29b6b0f735e.tar.gz
chromium_src-707e1c46640eb5399c7dc328a6f9f29b6b0f735e.tar.bz2
content: Migrate from googleurl/ includes to url/ ones.
BUG=229660 TBR=darin@chromium.org Review URL: https://codereview.chromium.org/18868005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210626 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/gpu/client/gpu_channel_host.cc')
-rw-r--r--content/common/gpu/client/gpu_channel_host.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/gpu/client/gpu_channel_host.cc b/content/common/gpu/client/gpu_channel_host.cc
index fc6e89d..6cc5c9b 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"