diff options
Diffstat (limited to 'chrome/browser/extensions/extension_service.h')
-rw-r--r-- | chrome/browser/extensions/extension_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h index f8d86c1..8545283 100644 --- a/chrome/browser/extensions/extension_service.h +++ b/chrome/browser/extensions/extension_service.h @@ -466,7 +466,7 @@ class ExtensionService // Sets the name, id and icon resource path of the given extension into the // returned dictionary. Returns an empty dictionary if the given extension id // is not found. - scoped_ptr<DictionaryValue> GetExtensionInfo( + scoped_ptr<base::DictionaryValue> GetExtensionInfo( const std::string& extension_id) const; // Notify the frontend that there was an error loading an extension. |