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

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

Issue 5729005: webkit: use string16 in webkit_glue.h (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/test_shell.h
diff --git a/webkit/tools/test_shell/test_shell.h b/webkit/tools/test_shell/test_shell.h
index b35bb592fc2e8fcfb98a53e3cc2d2dc7c2895e37..56ade05abefa807ca1e4617d375e790c58900e0c 100644
--- a/webkit/tools/test_shell/test_shell.h
+++ b/webkit/tools/test_shell/test_shell.h
@@ -259,13 +259,13 @@ public:
// Writes the back-forward list data for every open window into result.
// Should call DumpBackForwardListOfWindow on each TestShell window.
- static void DumpAllBackForwardLists(std::wstring* result);
+ static void DumpAllBackForwardLists(string16* result);
// Writes the single back-forward entry into result.
- void DumpBackForwardEntry(int index, std::wstring* result);
+ void DumpBackForwardEntry(int index, string16* result);
// Writes the back-forward list data for this test shell into result.
- void DumpBackForwardList(std::wstring* result);
+ void DumpBackForwardList(string16* result);
// Dumps the output from given test as text and/or image depending on
// the flags set.

Powered by Google App Engine
This is Rietveld 408576698