| Index: chrome/common/extensions/api/identity/oauth2_manifest_handler.cc
|
| diff --git a/chrome/common/extensions/api/identity/oauth2_manifest_handler.cc b/chrome/common/extensions/api/identity/oauth2_manifest_handler.cc
|
| index f101db76a17a72e50062de3ec524d91dc324ad34..e4af42467a1bde5c99c1f4205324e0aa40b67f8b 100644
|
| --- a/chrome/common/extensions/api/identity/oauth2_manifest_handler.cc
|
| +++ b/chrome/common/extensions/api/identity/oauth2_manifest_handler.cc
|
| @@ -45,7 +45,7 @@ OAuth2ManifestHandler::~OAuth2ManifestHandler() {
|
| }
|
|
|
| bool OAuth2ManifestHandler::Parse(Extension* extension,
|
| - string16* error) {
|
| + base::string16* error) {
|
| scoped_ptr<OAuth2Info> info(new OAuth2Info);
|
| const base::DictionaryValue* dict = NULL;
|
| if (!extension->manifest()->GetDictionary(keys::kOAuth2, &dict)) {
|
|
|