| Index: chrome/test/page_cycler/page_cycler_test.cc
|
| diff --git a/chrome/test/page_cycler/page_cycler_test.cc b/chrome/test/page_cycler/page_cycler_test.cc
|
| index e42cf14e2348780ff1181a079664afb69f572823..8f5fead7c1d2797a4bb604a72cdf6690177456bc 100644
|
| --- a/chrome/test/page_cycler/page_cycler_test.cc
|
| +++ b/chrome/test/page_cycler/page_cycler_test.cc
|
| @@ -38,9 +38,8 @@ class PageCyclerTest : public UITest {
|
| show_window_ = true;
|
|
|
| // Expose garbage collection for the page cycler tests.
|
| - CommandLine::AppendSwitchWithValue(&launch_arguments_,
|
| - switches::kJavaScriptFlags,
|
| - L"--expose_gc");
|
| + launch_arguments_.AppendSwitchWithValue(switches::kJavaScriptFlags,
|
| + L"--expose_gc");
|
| }
|
|
|
| // For HTTP tests, the name must be safe for use in a URL without escaping.
|
|
|