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. |