summaryrefslogtreecommitdiffstats
path: root/chrome/common/sandbox_mac_fontloading_unittest.mm
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/sandbox_mac_fontloading_unittest.mm')
-rw-r--r--chrome/common/sandbox_mac_fontloading_unittest.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/sandbox_mac_fontloading_unittest.mm b/chrome/common/sandbox_mac_fontloading_unittest.mm
index a20d263..f07a444 100644
--- a/chrome/common/sandbox_mac_fontloading_unittest.mm
+++ b/chrome/common/sandbox_mac_fontloading_unittest.mm
@@ -91,7 +91,7 @@ bool FontLoadingTestCase::BeforeSandboxInit() {
return false;
}
- if (!font_shmem_->Create(L"", false, false, font_data_length_)) {
+ if (!font_shmem_->Create("", false, false, font_data_length_)) {
LOG(ERROR) << "SharedMemory::Create failed";
return false;
}