Index: chrome/browser/prerender/prerender_test_utils.h |
diff --git a/chrome/browser/prerender/prerender_test_utils.h b/chrome/browser/prerender/prerender_test_utils.h |
index cdc266baa30ccd705b62d37e3175c95c5cd905a3..55d889bc789d99062232bc5466618c6abb285959 100644 |
--- a/chrome/browser/prerender/prerender_test_utils.h |
+++ b/chrome/browser/prerender/prerender_test_utils.h |
@@ -433,10 +433,12 @@ void InterceptRequestAndCount( |
void CreateMockInterceptorOnIO(const GURL& url, const base::FilePath& file); |
// Makes |url| never respond on the first load, and then with the contents of |
-// |file| afterwards. When the first load has been scheduled, runs |callback| on |
-// the UI thread. |
-void CreateHangingFirstRequestInterceptorOnIO( |
- const GURL& url, const base::FilePath& file, base::Closure callback); |
+// |file| afterwards. When the first load has been scheduled, runs |callback_io| |
+// on the IO thread. |
+void CreateHangingFirstRequestInterceptor( |
+ const GURL& url, |
+ const base::FilePath& file, |
+ base::Callback<void(net::URLRequest*)> callback_io); |
} // namespace test_utils |