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

Unified Diff: chrome/common/localized_error.cc

Issue 63273002: Rename WebKit namespace to blink (part 4) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/localized_error.h ('k') | chrome/common/print_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « chrome/common/localized_error.h ('k') | chrome/common/print_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698