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 9da615b1ef2cdae48ce94851e30ec134e731d836..a3e441f347608e9e2004afaa8c60696313325076 100644 |
--- a/webkit/tools/test_shell/test_shell.h |
+++ b/webkit/tools/test_shell/test_shell.h |
@@ -360,8 +360,8 @@ public: |
// Show the "attach to me" dialog, for debugging test shell startup. |
static void ShowStartupDebuggingDialog(); |
- // This is called indirectly by the network layer to access resources. |
- static base::StringPiece NetResourceProvider(int key); |
+ // This is called indirectly by the modules that need access resources. |
+ static base::StringPiece ResourceProvider(int key); |
TestShellDevToolsAgent* dev_tools_agent() { |
return dev_tools_agent_.get(); |