diff options
Diffstat (limited to 'chrome/test/reliability/reliability_test_suite.h')
-rw-r--r-- | chrome/test/reliability/reliability_test_suite.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/reliability/reliability_test_suite.h b/chrome/test/reliability/reliability_test_suite.h index a07b67c..6170d63 100644 --- a/chrome/test/reliability/reliability_test_suite.h +++ b/chrome/test/reliability/reliability_test_suite.h @@ -18,7 +18,7 @@ protected: virtual void Initialize() { UITestSuite::Initialize(); - SetPageRange(parsed_command_line_); + SetPageRange(CommandLine()); } }; |