| Index: content/shell/app/blink_test_platform_support_win.cc
|
| diff --git a/content/shell/app/blink_test_platform_support_win.cc b/content/shell/app/blink_test_platform_support_win.cc
|
| index c5499f432ad6eade79d07c2b7eebb8fa41b1f9cd..a7e6becaa489d089756bb9d6f745b97e479ba4c6 100644
|
| --- a/content/shell/app/blink_test_platform_support_win.cc
|
| +++ b/content/shell/app/blink_test_platform_support_win.cc
|
| @@ -61,7 +61,7 @@ bool SetupFonts() {
|
| }
|
|
|
| // DirectWrite sandbox registration.
|
| - CommandLine& command_line = *base::CommandLine::ForCurrentProcess();
|
| + base::CommandLine& command_line = *base::CommandLine::ForCurrentProcess();
|
| command_line.AppendSwitchASCII(switches::kRegisterFontFiles,
|
| base::WideToUTF8(font_path.value()));
|
|
|
|
|