| 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 048c5fff0627b5ec8a82f41375841f6257cae1bd..b35bb592fc2e8fcfb98a53e3cc2d2dc7c2895e37 100644
|
| --- a/webkit/tools/test_shell/test_shell.h
|
| +++ b/webkit/tools/test_shell/test_shell.h
|
| @@ -215,7 +215,7 @@ public:
|
| bool Navigate(const TestNavigationEntry& entry, bool reload);
|
|
|
| bool PromptForSaveFile(const wchar_t* prompt_title, FilePath* result);
|
| - std::wstring GetDocumentText();
|
| + string16 GetDocumentText();
|
| void DumpDocumentText();
|
| void DumpRenderTree();
|
|
|
|
|