Index: chrome/test/ui/sandbox_uitests.cc |
diff --git a/chrome/test/ui/sandbox_uitests.cc b/chrome/test/ui/sandbox_uitests.cc |
index 172028b70d5f2e2435c3a919ee2d6775ddcfceb8..e65abfc70a52aa1c067af52f2e16de8ae9cc7df3 100644 |
--- a/chrome/test/ui/sandbox_uitests.cc |
+++ b/chrome/test/ui/sandbox_uitests.cc |
@@ -13,8 +13,8 @@ class SandboxTest : public UITest { |
protected: |
// Launches chrome with the --test-sandbox=security_tests.dll flag. |
SandboxTest() : UITest() { |
- launch_arguments_.AppendSwitchWithValue(switches::kTestSandbox, |
- "security_tests.dll"); |
+ launch_arguments_.AppendSwitchASCII(switches::kTestSandbox, |
+ "security_tests.dll"); |
} |
}; |