| 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 2085e635577195f9d97050541f052525c8fda502..130bb291ae02f8c06a5c519dbb7f3288902ac71d 100644
|
| --- a/webkit/tools/test_shell/test_shell.h
|
| +++ b/webkit/tools/test_shell/test_shell.h
|
| @@ -177,7 +177,7 @@ public:
|
|
|
| void LoadFile(const FilePath& file);
|
| void LoadURL(const GURL& url);
|
| - void LoadURLForFrame(const GURL& url, const std::wstring& frame_name);
|
| + void LoadURLForFrame(const GURL& url, const string16& frame_name);
|
| void GoBackOrForward(int offset);
|
| void Reload();
|
| bool Navigate(const TestNavigationEntry& entry, bool reload);
|
|
|