Index: Source/testing/runner/TestInterfaces.h |
diff --git a/Source/testing/runner/TestInterfaces.h b/Source/testing/runner/TestInterfaces.h |
index cb28f311d08aebbe0cdc3455ba082c19e5b3a9a6..990ec9385b9ddca6bb4c63db831fd5ed7af58baf 100644 |
--- a/Source/testing/runner/TestInterfaces.h |
+++ b/Source/testing/runner/TestInterfaces.h |
@@ -42,7 +42,7 @@ |
#include "WebTestThemeEngineMac.h" |
#endif |
-namespace WebKit { |
+namespace blink { |
class WebFrame; |
class WebThemeEngine; |
class WebURL; |
@@ -59,18 +59,18 @@ class TextInputController; |
class WebTestDelegate; |
class WebTestProxyBase; |
-class TestInterfaces : public WebKit::WebNonCopyable { |
+class TestInterfaces : public blink::WebNonCopyable { |
public: |
TestInterfaces(); |
~TestInterfaces(); |
- void setWebView(WebKit::WebView*, WebTestProxyBase*); |
+ void setWebView(blink::WebView*, WebTestProxyBase*); |
void setDelegate(WebTestDelegate*); |
- void bindTo(WebKit::WebFrame*); |
+ void bindTo(blink::WebFrame*); |
void resetTestHelperControllers(); |
void resetAll(); |
void setTestIsRunning(bool); |
- void configureForTestWithURL(const WebKit::WebURL&, bool generatePixels); |
+ void configureForTestWithURL(const blink::WebURL&, bool generatePixels); |
void windowOpened(WebTestProxyBase*); |
void windowClosed(WebTestProxyBase*); |
@@ -81,7 +81,7 @@ public: |
WebTestDelegate* delegate(); |
WebTestProxyBase* proxy(); |
const std::vector<WebTestProxyBase*>& windowList(); |
- WebKit::WebThemeEngine* themeEngine(); |
+ blink::WebThemeEngine* themeEngine(); |
private: |
std::auto_ptr<AccessibilityController> m_accessibilityController; |