| Index: chrome/browser/browser_main.cc
|
| diff --git a/chrome/browser/browser_main.cc b/chrome/browser/browser_main.cc
|
| index 46d3b0cb0e7877d5b7a590fb353b5ead3ea7155b..d3f6fe0b2cb2a9b390ba0fa156fc7c791865290f 100644
|
| --- a/chrome/browser/browser_main.cc
|
| +++ b/chrome/browser/browser_main.cc
|
| @@ -1390,7 +1390,7 @@ int BrowserMain(const MainFunctionParams& parameters) {
|
| if (parsed_command_line.HasSwitch(switches::kDebugPrint)) {
|
| FilePath path =
|
| parsed_command_line.GetSwitchValuePath(switches::kDebugPrint);
|
| - printing::PrintedDocument::set_debug_dump_path(path.value());
|
| + printing::PrintedDocument::set_debug_dump_path(path);
|
| }
|
| #endif
|
|
|
|
|