diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-09 21:18:58 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-09 21:18:58 +0000 |
commit | 707e1c46640eb5399c7dc328a6f9f29b6b0f735e (patch) | |
tree | 3a92ac828e55ce1ad79afbb2338233cb930f491e /content/plugin | |
parent | df80961a3adc894a49c2a633c05570ea448eed05 (diff) | |
download | chromium_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/plugin')
-rw-r--r-- | content/plugin/webplugin_delegate_stub.h | 2 | ||||
-rw-r--r-- | content/plugin/webplugin_proxy.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/content/plugin/webplugin_delegate_stub.h b/content/plugin/webplugin_delegate_stub.h index 7bdfd8b..370ff97 100644 --- a/content/plugin/webplugin_delegate_stub.h +++ b/content/plugin/webplugin_delegate_stub.h @@ -10,12 +10,12 @@ #include "base/memory/ref_counted.h" #include "content/child/npobject_stub.h" -#include "googleurl/src/gurl.h" #include "ipc/ipc_listener.h" #include "ipc/ipc_sender.h" #include "third_party/npapi/bindings/npapi.h" #include "ui/gfx/native_widget_types.h" #include "ui/gfx/rect.h" +#include "url/gurl.h" struct PluginMsg_Init_Params; struct PluginMsg_DidReceiveResponseParams; diff --git a/content/plugin/webplugin_proxy.h b/content/plugin/webplugin_proxy.h index 43e8a74..5b53eaa 100644 --- a/content/plugin/webplugin_proxy.h +++ b/content/plugin/webplugin_proxy.h @@ -17,10 +17,10 @@ #include "base/memory/weak_ptr.h" #include "base/shared_memory.h" #include "base/timer/timer.h" -#include "googleurl/src/gurl.h" #include "ipc/ipc_message.h" #include "skia/ext/refptr.h" #include "third_party/skia/include/core/SkCanvas.h" +#include "url/gurl.h" #if defined(USE_X11) #include "ui/base/x/x11_util.h" #endif |