| Index: chrome/renderer/extensions/dispatcher.h
|
| diff --git a/chrome/renderer/extensions/dispatcher.h b/chrome/renderer/extensions/dispatcher.h
|
| index 9b1788687e4e54aee7b55c9e16160e174dd54504..1efe6216adf17d081298bd7559984e2d1ba32086 100644
|
| --- a/chrome/renderer/extensions/dispatcher.h
|
| +++ b/chrome/renderer/extensions/dispatcher.h
|
| @@ -237,7 +237,7 @@ class Dispatcher : public content::RenderProcessObserver {
|
| // Returns the Feature::Context type of context for a JavaScript context.
|
| Feature::Context ClassifyJavaScriptContext(const std::string& extension_id,
|
| int extension_group,
|
| - const ExtensionURLInfo& url_info);
|
| + const GURL& url);
|
|
|
| // Gets |field| from |object| or creates it as an empty object if it doesn't
|
| // exist.
|
|
|