| 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);
|
|
|