Index: content/public/test/render_view_test.h |
diff --git a/content/public/test/render_view_test.h b/content/public/test/render_view_test.h |
index ba225d55c590572e95639daef8c73a9c92d004a3..36ca0be4943546e995869e332d6c10dce154eea1 100644 |
--- a/content/public/test/render_view_test.h |
+++ b/content/public/test/render_view_test.h |
@@ -73,7 +73,7 @@ |
// Executes the given JavaScript in the context of the main frame. The input |
// is a NULL-terminated UTF-8 string. |
- void ExecuteJavaScriptForTests(const char* js); |
+ void ExecuteJavaScript(const char* js); |
// Executes the given JavaScript and sets the int value it evaluates to in |
// |result|. |