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

Unified Diff: public/testing/WebTestRunner.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 | « public/testing/WebTestProxy.h ('k') | public/web/WebAXEnums.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/testing/WebTestRunner.h
diff --git a/public/testing/WebTestRunner.h b/public/testing/WebTestRunner.h
index 738cc3e0ba69d7dd55693e7e3e01c93d0712e755..017c689be95a03ce00ee815a8dbb9bd5c0534000 100644
--- a/public/testing/WebTestRunner.h
+++ b/public/testing/WebTestRunner.h
@@ -31,7 +31,7 @@
#ifndef WebTestRunner_h
#define WebTestRunner_h
-namespace WebKit {
+namespace blink {
class WebArrayBufferView;
class WebPermissionClient;
}
@@ -42,7 +42,7 @@ class WebTestRunner {
public:
// Returns a mock WebPermissionClient that is used for layout tests. An
// embedder should use this for all WebViews it creates.
- virtual WebKit::WebPermissionClient* webPermissions() const = 0;
+ virtual blink::WebPermissionClient* webPermissions() const = 0;
// After WebTestDelegate::testFinished was invoked, the following methods
// can be used to determine what kind of dump the main WebTestProxy can
@@ -51,7 +51,7 @@ public:
// If true, WebTestDelegate::audioData returns an audio dump and no text
// or pixel results are available.
virtual bool shouldDumpAsAudio() const = 0;
- virtual const WebKit::WebArrayBufferView* audioData() const = 0;
+ virtual const blink::WebArrayBufferView* audioData() const = 0;
// Returns true if the call to WebTestProxy::captureTree will invoke
// WebTestDelegate::captureHistoryForWindow.
« no previous file with comments | « public/testing/WebTestProxy.h ('k') | public/web/WebAXEnums.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698