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

Unified Diff: chrome/common/localized_error.h

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
« no previous file with comments | « chrome/common/instant_types.cc ('k') | chrome/common/localized_error.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/localized_error.h
diff --git a/chrome/common/localized_error.h b/chrome/common/localized_error.h
index f38144b891d5b2572d82ff86b6ff9c465c219bd7..a68407fada58c7de3e194c8a86546d0e31fd5b16 100644
--- a/chrome/common/localized_error.h
+++ b/chrome/common/localized_error.h
@@ -37,8 +37,8 @@ class LocalizedError {
base::DictionaryValue* strings);
// Returns a description of the encountered error.
- static string16 GetErrorDetails(const blink::WebURLError& error,
- bool is_post);
+ static base::string16 GetErrorDetails(const blink::WebURLError& error,
+ bool is_post);
// Returns true if an error page exists for the specified parameters.
static bool HasStrings(const std::string& error_domain, int error_code);
« no previous file with comments | « chrome/common/instant_types.cc ('k') | chrome/common/localized_error.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698