Index: Source/testing/runner/MockGrammarCheck.h |
diff --git a/Source/testing/runner/MockGrammarCheck.h b/Source/testing/runner/MockGrammarCheck.h |
index a183dccb074c790bfacac3f779875d9da881995c..2d2fda623963fbe0ce423bdab1526ecafedcafb0 100644 |
--- a/Source/testing/runner/MockGrammarCheck.h |
+++ b/Source/testing/runner/MockGrammarCheck.h |
@@ -33,7 +33,7 @@ |
#include <vector> |
-namespace WebKit { |
+namespace blink { |
class WebString; |
struct WebTextCheckingResult; |
@@ -49,7 +49,7 @@ namespace WebTestRunner { |
// for webkit tests, this class is not suitable for any other usages. |
class MockGrammarCheck { |
public: |
- static bool checkGrammarOfString(const WebKit::WebString&, std::vector<WebKit::WebTextCheckingResult>*); |
+ static bool checkGrammarOfString(const blink::WebString&, std::vector<blink::WebTextCheckingResult>*); |
}; |
} |