Index: chrome/common/localized_error.cc |
diff --git a/chrome/common/localized_error.cc b/chrome/common/localized_error.cc |
index 73b62a5ce26d5a941dcb80ee2f6ace06d16d81fd..ebfd23d352c05b01e52a430afbc85bbc4711d0cf 100644 |
--- a/chrome/common/localized_error.cc |
+++ b/chrome/common/localized_error.cc |
@@ -31,7 +31,7 @@ |
#include "base/win/windows_version.h" |
#endif |
-using WebKit::WebURLError; |
+using blink::WebURLError; |
// Some error pages have no details. |
const unsigned int kErrorPagesNoDetails = 0; |
@@ -770,7 +770,7 @@ void LocalizedError::GetStrings(int error_code, |
error_strings->Set("suggestions", suggestions); |
} |
-string16 LocalizedError::GetErrorDetails(const WebKit::WebURLError& error, |
+string16 LocalizedError::GetErrorDetails(const blink::WebURLError& error, |
bool is_post) { |
const LocalizedErrorMap* error_map = |
LookupErrorMap(error.domain.utf8(), error.reason, is_post); |