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

Unified Diff: chrome/common/localized_error.h

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/browser/unload_browsertest.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 77cbf88c4586420520a58de2bd76a68e784e6e93..f38144b891d5b2572d82ff86b6ff9c465c219bd7 100644
--- a/chrome/common/localized_error.h
+++ b/chrome/common/localized_error.h
@@ -20,7 +20,7 @@ namespace extensions {
class Extension;
}
-namespace WebKit {
+namespace blink {
struct WebURLError;
}
@@ -37,7 +37,7 @@ class LocalizedError {
base::DictionaryValue* strings);
// Returns a description of the encountered error.
- static string16 GetErrorDetails(const WebKit::WebURLError& error,
+ static string16 GetErrorDetails(const blink::WebURLError& error,
bool is_post);
// Returns true if an error page exists for the specified parameters.
« no previous file with comments | « chrome/browser/unload_browsertest.cc ('k') | chrome/common/localized_error.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698