diff options
Diffstat (limited to 'chrome/browser/intents/web_intents_registry.h')
-rw-r--r-- | chrome/browser/intents/web_intents_registry.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chrome/browser/intents/web_intents_registry.h b/chrome/browser/intents/web_intents_registry.h index 2faa81c..7874e4f 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; |