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

Unified Diff: Source/testing/runner/MockWebValidationMessageClient.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
Index: Source/testing/runner/MockWebValidationMessageClient.h
diff --git a/Source/testing/runner/MockWebValidationMessageClient.h b/Source/testing/runner/MockWebValidationMessageClient.h
index e872816ff0ab14a88dc4ceee60686cfdecd3183e..8cb16b400e183b2a1c74900c212a9c1eedca720d 100644
--- a/Source/testing/runner/MockWebValidationMessageClient.h
+++ b/Source/testing/runner/MockWebValidationMessageClient.h
@@ -39,16 +39,16 @@ namespace WebTestRunner {
class WebTestDelegate;
-class MockWebValidationMessageClient : public WebKit::WebValidationMessageClient, public WebKit::WebNonCopyable {
+class MockWebValidationMessageClient : public blink::WebValidationMessageClient, public blink::WebNonCopyable {
public:
MockWebValidationMessageClient();
virtual ~MockWebValidationMessageClient();
void setDelegate(WebTestDelegate*);
private:
- virtual void showValidationMessage(const WebKit::WebRect&, const WebKit::WebString&, const WebKit::WebString&, WebKit::WebTextDirection) OVERRIDE;
+ virtual void showValidationMessage(const blink::WebRect&, const blink::WebString&, const blink::WebString&, blink::WebTextDirection) OVERRIDE;
virtual void hideValidationMessage() OVERRIDE;
- virtual void moveValidationMessage(const WebKit::WebRect&) OVERRIDE;
+ virtual void moveValidationMessage(const blink::WebRect&) OVERRIDE;
WebTestDelegate* m_delegate;
};
« no previous file with comments | « Source/testing/runner/MockWebSpeechRecognizer.cpp ('k') | Source/testing/runner/MockWebValidationMessageClient.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698