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

Unified Diff: Source/testing/runner/TestInterfaces.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/SpellCheckClient.cpp ('k') | Source/testing/runner/TestInterfaces.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/testing/runner/SpellCheckClient.cpp ('k') | Source/testing/runner/TestInterfaces.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698