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

Unified Diff: webkit/tools/test_shell/accessibility_controller.h

Issue 5631002: wstrings: convert CppVariant and CppBoundClass to not use wstring (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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
Index: webkit/tools/test_shell/accessibility_controller.h
diff --git a/webkit/tools/test_shell/accessibility_controller.h b/webkit/tools/test_shell/accessibility_controller.h
index 018c2f11f7e19af645adaccfc7caacfe244d5236..6948c2d617906ea1a16426cd87c2611e263947b0 100644
--- a/webkit/tools/test_shell/accessibility_controller.h
+++ b/webkit/tools/test_shell/accessibility_controller.h
@@ -22,8 +22,7 @@ class AccessibilityController : public CppBoundClass {
explicit AccessibilityController(TestShell* shell);
// shadow to include accessibility initialization.
- void BindToJavascript(
- WebKit::WebFrame* frame, const std::wstring& classname);
+ void BindToJavascript(WebKit::WebFrame* frame, const std::string& classname);
void Reset();
void SetFocusedElement(const WebKit::WebAccessibilityObject& focused_element);

Powered by Google App Engine
This is Rietveld 408576698