| Index: webkit/tools/test_shell/test_shell_gtk.cc
|
| diff --git a/webkit/tools/test_shell/test_shell_gtk.cc b/webkit/tools/test_shell/test_shell_gtk.cc
|
| index cc38e1f149c762e8179a5521fc893eb629e89fcc..e10224978735a0a12f255f42865e6f7422672c22 100644
|
| --- a/webkit/tools/test_shell/test_shell_gtk.cc
|
| +++ b/webkit/tools/test_shell/test_shell_gtk.cc
|
| @@ -626,7 +626,7 @@ void TestShell::ShowStartupDebuggingDialog() {
|
| }
|
|
|
| // static
|
| -base::StringPiece TestShell::NetResourceProvider(int key) {
|
| +base::StringPiece TestShell::ResourceProvider(int key) {
|
| base::StringPiece res;
|
| g_resource_data_pack->GetStringPiece(key, &res);
|
| return res;
|
| @@ -655,7 +655,7 @@ base::StringPiece GetDataResource(int resource_id) {
|
| resource_id = IDR_TEXTAREA_RESIZER_TESTSHELL;
|
| break;
|
| }
|
| - return TestShell::NetResourceProvider(resource_id);
|
| + return TestShell::ResourceProvider(resource_id);
|
| }
|
|
|
| } // namespace webkit_glue
|
|
|