Index: chrome/test/reliability/page_load_test.cc |
diff --git a/chrome/test/reliability/page_load_test.cc b/chrome/test/reliability/page_load_test.cc |
index 2aeb0a7a25f85b9272c264be51e5126afb5596bb..a799c1d11b89b94d56a898596ef23ddbff9783d1 100644 |
--- a/chrome/test/reliability/page_load_test.cc |
+++ b/chrome/test/reliability/page_load_test.cc |
@@ -331,7 +331,7 @@ class PageLoadTest : public UITest { |
// Also don't run if running as a standalone program which is for |
// distributed testing, to avoid mistakenly hitting web sites with many |
// instances. |
- if (in_process_renderer() || g_stand_alone) |
+ if (ProxyLauncher::in_process_renderer() || g_stand_alone) |
return; |
// For usage 1 |
NavigationMetrics metrics; |