summaryrefslogtreecommitdiffstats
path: root/webkit/glue/resource_loader_bridge.h
diff options
context:
space:
mode:
authortony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-28 21:02:59 +0000
committertony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-28 21:02:59 +0000
commit9ee9a76a1e9bf4ea2088bbb2986f3cf9b0718a97 (patch)
tree518de8dde8dfdce71db94ff79f81add215b84582 /webkit/glue/resource_loader_bridge.h
parentc8619f55658bfdbac62ce4d4d391b20f6935a8d5 (diff)
downloadchromium_src-9ee9a76a1e9bf4ea2088bbb2986f3cf9b0718a97.zip
chromium_src-9ee9a76a1e9bf4ea2088bbb2986f3cf9b0718a97.tar.gz
chromium_src-9ee9a76a1e9bf4ea2088bbb2986f3cf9b0718a97.tar.bz2
Make GetURLForDebugging return a const GURL.
Review URL: http://codereview.chromium.org/326003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30388 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/resource_loader_bridge.h')
-rw-r--r--webkit/glue/resource_loader_bridge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/resource_loader_bridge.h b/webkit/glue/resource_loader_bridge.h
index 302a1be..8393a9f 100644
--- a/webkit/glue/resource_loader_bridge.h
+++ b/webkit/glue/resource_loader_bridge.h
@@ -132,7 +132,7 @@ class ResourceLoaderBridge {
// Returns the URL of the request, which allows us to display it in
// debugging situations.
- virtual std::string GetURLForDebugging() = 0;
+ virtual GURL GetURLForDebugging() const = 0;
};
// use Create() for construction, but anybody can delete at any time,