Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(794)

Unified Diff: chrome/common/extensions/api/identity/oauth2_manifest_handler.cc

Issue 105473003: Add explicit base namespace to string16 users. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)) {

Powered by Google App Engine
This is Rietveld 408576698