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

Unified Diff: content/shell/renderer/test_runner/TestInterfaces.h

Issue 169683006: Reland "Move TextInputController from CppBoundClass to gin::Wrappable." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: focusedFrame() Created 6 years, 10 months 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 | « content/content_shell.gypi ('k') | content/shell/renderer/test_runner/TestInterfaces.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/test_runner/TestInterfaces.h
diff --git a/content/shell/renderer/test_runner/TestInterfaces.h b/content/shell/renderer/test_runner/TestInterfaces.h
index 5e6ed26f7517ab1fe3a2e6e278b51b1225cd18d0..69e490c81d513700183c3f951971046cc30906bb 100644
--- a/content/shell/renderer/test_runner/TestInterfaces.h
+++ b/content/shell/renderer/test_runner/TestInterfaces.h
@@ -26,6 +26,7 @@ class WebView;
namespace content {
class GamepadController;
+class TextInputController;
}
namespace WebTestRunner {
@@ -33,7 +34,6 @@ namespace WebTestRunner {
class AccessibilityController;
class EventSender;
class TestRunner;
-class TextInputController;
class WebTestDelegate;
class WebTestProxyBase;
@@ -65,7 +65,7 @@ private:
scoped_ptr<AccessibilityController> m_accessibilityController;
scoped_ptr<EventSender> m_eventSender;
scoped_ptr<content::GamepadController> m_gamepadController;
- scoped_ptr<TextInputController> m_textInputController;
+ scoped_ptr<content::TextInputController> m_textInputController;
scoped_ptr<TestRunner> m_testRunner;
WebTestDelegate* m_delegate;
WebTestProxyBase* m_proxy;
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/renderer/test_runner/TestInterfaces.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698