| Index: chrome/browser/intents/web_intents_registry.h
|
| diff --git a/chrome/browser/intents/web_intents_registry.h b/chrome/browser/intents/web_intents_registry.h
|
| index 2faa81cd80ea898dedb1a4bcdb6e0fe9d064c8b8..7874e4f3dbd6a202de9edadd14b175a5a60ead02 100644
|
| --- a/chrome/browser/intents/web_intents_registry.h
|
| +++ b/chrome/browser/intents/web_intents_registry.h
|
| @@ -16,6 +16,10 @@
|
|
|
| struct DefaultWebIntentService;
|
|
|
| +namespace extensions {
|
| +class Extension;
|
| +}
|
| +
|
| // Handles storing and retrieving of web intents services in the web database.
|
| // The registry provides filtering logic to retrieve specific types of services.
|
| class WebIntentsRegistry
|
| @@ -107,7 +111,7 @@ class WebIntentsRegistry
|
| void CollapseIntents(IntentServiceList* services);
|
|
|
| private:
|
| - const Extension* ExtensionForURL(const std::string& url);
|
| + const extensions::Extension* ExtensionForURL(const std::string& url);
|
|
|
| struct IntentsQuery;
|
|
|
|
|