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

Unified Diff: public/testing/WebTestInterfaces.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/WebTestDelegate.h ('k') | public/testing/WebTestProxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/testing/WebTestInterfaces.h
diff --git a/public/testing/WebTestInterfaces.h b/public/testing/WebTestInterfaces.h
index 8949a75c6b653a09589387e1d5d73ea148f12ec0..16869bdac4fb9e632c0fb4c402b7e88492eb54fc 100644
--- a/public/testing/WebTestInterfaces.h
+++ b/public/testing/WebTestInterfaces.h
@@ -34,7 +34,7 @@
#include "WebTestCommon.h"
#include <memory>
-namespace WebKit {
+namespace blink {
class WebAudioDevice;
class WebFrame;
class WebMediaStreamCenter;
@@ -60,22 +60,22 @@ public:
WebTestInterfaces();
~WebTestInterfaces();
- void setWebView(WebKit::WebView*, WebTestProxyBase*);
+ void setWebView(blink::WebView*, WebTestProxyBase*);
void setDelegate(WebTestDelegate*);
- void bindTo(WebKit::WebFrame*);
+ void bindTo(blink::WebFrame*);
void resetAll();
void setTestIsRunning(bool);
- void configureForTestWithURL(const WebKit::WebURL&, bool generatePixels);
+ void configureForTestWithURL(const blink::WebURL&, bool generatePixels);
WebTestRunner* testRunner();
- WebKit::WebThemeEngine* themeEngine();
+ blink::WebThemeEngine* themeEngine();
- WebKit::WebMediaStreamCenter* createMediaStreamCenter(WebKit::WebMediaStreamCenterClient*);
- WebKit::WebRTCPeerConnectionHandler* createWebRTCPeerConnectionHandler(WebKit::WebRTCPeerConnectionHandlerClient*);
+ blink::WebMediaStreamCenter* createMediaStreamCenter(blink::WebMediaStreamCenterClient*);
+ blink::WebRTCPeerConnectionHandler* createWebRTCPeerConnectionHandler(blink::WebRTCPeerConnectionHandlerClient*);
- WebKit::WebMIDIAccessor* createMIDIAccessor(WebKit::WebMIDIAccessorClient*);
+ blink::WebMIDIAccessor* createMIDIAccessor(blink::WebMIDIAccessorClient*);
- WebKit::WebAudioDevice* createAudioDevice(double sampleRate);
+ blink::WebAudioDevice* createAudioDevice(double sampleRate);
#if WEBTESTRUNNER_IMPLEMENTATION
TestInterfaces* testInterfaces();
« no previous file with comments | « public/testing/WebTestDelegate.h ('k') | public/testing/WebTestProxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698