Index: public/web/WebTextCheckingResult.h |
diff --git a/public/web/WebTextCheckingResult.h b/public/web/WebTextCheckingResult.h |
index 088ab741b9d1f2e11c762954dc930ab0c1f7922d..f1f6c86472a2535948b8ff4dd8cd061aed61207b 100644 |
--- a/public/web/WebTextCheckingResult.h |
+++ b/public/web/WebTextCheckingResult.h |
@@ -35,7 +35,7 @@ |
#include "../platform/WebString.h" |
#include "WebTextDecorationType.h" |
-namespace WebCore { |
+namespace blink { |
struct TextCheckingResult; |
} |
@@ -61,7 +61,7 @@ struct WebTextCheckingResult { |
} |
#if BLINK_IMPLEMENTATION |
- operator WebCore::TextCheckingResult() const; |
+ operator blink::TextCheckingResult() const; |
#endif |
WebTextDecorationType decoration; |