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

Unified Diff: Source/testing/runner/TextInputController.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/TestRunner.cpp ('k') | Source/testing/runner/TextInputController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/testing/runner/TextInputController.h
diff --git a/Source/testing/runner/TextInputController.h b/Source/testing/runner/TextInputController.h
index 864d0ed981b1105044978b97aea9cf7c317dcb5e..60ce66627be4dbbb8cb88c97d5287ccdb5695066 100644
--- a/Source/testing/runner/TextInputController.h
+++ b/Source/testing/runner/TextInputController.h
@@ -37,7 +37,7 @@
#include "CppBoundClass.h"
-namespace WebKit {
+namespace blink {
class WebView;
}
@@ -47,7 +47,7 @@ class TextInputController : public CppBoundClass {
public:
TextInputController();
- void setWebView(WebKit::WebView* webView) { m_webView = webView; }
+ void setWebView(blink::WebView* webView) { m_webView = webView; }
void insertText(const CppArgumentList&, CppVariant*);
void doCommand(const CppArgumentList&, CppVariant*);
@@ -60,7 +60,7 @@ public:
void setComposition(const CppArgumentList&, CppVariant*);
private:
- WebKit::WebView* m_webView;
+ blink::WebView* m_webView;
};
}
« no previous file with comments | « Source/testing/runner/TestRunner.cpp ('k') | Source/testing/runner/TextInputController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698