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