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

Unified Diff: Source/testing/runner/MockGrammarCheck.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | « Source/testing/runner/MockConstraints.cpp ('k') | Source/testing/runner/MockGrammarCheck.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>*);
};
}
« no previous file with comments | « Source/testing/runner/MockConstraints.cpp ('k') | Source/testing/runner/MockGrammarCheck.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698