Index: chrome/test/ui/sandbox_uitests.cc |
diff --git a/chrome/test/ui/sandbox_uitests.cc b/chrome/test/ui/sandbox_uitests.cc |
index cbfaa65d71e76e279f95190da99a8a4ad08728b9..d898cf53fe0635a8d6e75130bdb55f1fd11c2947 100644 |
--- a/chrome/test/ui/sandbox_uitests.cc |
+++ b/chrome/test/ui/sandbox_uitests.cc |
@@ -14,9 +14,8 @@ class SandboxTest : public UITest { |
protected: |
// Launches chrome with the --test-sandbox=security_tests.dll flag. |
SandboxTest() : UITest() { |
- CommandLine::AppendSwitchWithValue(&launch_arguments_, |
- switches::kTestSandbox, |
- L"security_tests.dll"); |
+ launch_arguments_.AppendSwitchWithValue(switches::kTestSandbox, |
+ L"security_tests.dll"); |
} |
}; |