| Index: chrome/plugin/chrome_plugin_host.cc
|
| diff --git a/chrome/plugin/chrome_plugin_host.cc b/chrome/plugin/chrome_plugin_host.cc
|
| index 95a4862f18af5d9367f18f832764b521f5460a25..f8b1b8f264f0a9011f867c3c0230f2279833c773 100644
|
| --- a/chrome/plugin/chrome_plugin_host.cc
|
| +++ b/chrome/plugin/chrome_plugin_host.cc
|
| @@ -118,8 +118,8 @@ class PluginRequestHandlerProxy
|
| }
|
| }
|
|
|
| - virtual std::string GetURLForDebugging() {
|
| - return cprequest_->url;
|
| + virtual GURL GetURLForDebugging() const {
|
| + return GURL(cprequest_->url);
|
| }
|
|
|
| void set_extra_headers(const std::string& headers) {
|
|
|