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

Unified Diff: chrome/common/extensions/api/extension_action/browser_action_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/extension_action/browser_action_handler.cc
diff --git a/chrome/common/extensions/api/extension_action/browser_action_handler.cc b/chrome/common/extensions/api/extension_action/browser_action_handler.cc
index f87755485085a84ff08d41a69bed95ca4dafec10..1cf6b8b0e657550ecc94105f8d4a5a1cc4615921 100644
--- a/chrome/common/extensions/api/extension_action/browser_action_handler.cc
+++ b/chrome/common/extensions/api/extension_action/browser_action_handler.cc
@@ -24,7 +24,7 @@ BrowserActionHandler::~BrowserActionHandler() {
}
bool BrowserActionHandler::Parse(Extension* extension,
- string16* error) {
+ base::string16* error) {
const base::DictionaryValue* dict = NULL;
if (!extension->manifest()->GetDictionary(
manifest_keys::kBrowserAction, &dict)) {

Powered by Google App Engine
This is Rietveld 408576698