diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-23 18:46:49 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-23 18:46:49 +0000 |
commit | 023b3d130872a690ee2971d5ac7f3c4bb192626d (patch) | |
tree | ddb8b8e0fd2cec019b9865c481365ad25c87d25f /chrome/browser/extensions/extension_service.h | |
parent | 7e5b5b0e5ff9bc17ebc0ef09db5a31bb238b834c (diff) | |
download | chromium_src-023b3d130872a690ee2971d5ac7f3c4bb192626d.zip chromium_src-023b3d130872a690ee2971d5ac7f3c4bb192626d.tar.gz chromium_src-023b3d130872a690ee2971d5ac7f3c4bb192626d.tar.bz2 |
Update some uses of Value in chrome/browser to use the base:: namespace.
BUG=88666
TEST=no change
TBR=ben@chromium.org
Review URL: https://codereview.chromium.org/120783002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242389 0039d316-1c4b-4281-b951-d872f2087c98
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. |