| Index: chrome/browser/printing/printing_layout_uitest.cc
|
| ===================================================================
|
| --- chrome/browser/printing/printing_layout_uitest.cc (revision 10992)
|
| +++ chrome/browser/printing/printing_layout_uitest.cc (working copy)
|
| @@ -205,7 +205,8 @@
|
| PrintingLayoutTest() {
|
| emf_path_ = browser_directory_;
|
| file_util::AppendToPath(&emf_path_, L"emf_dumps");
|
| - launch_arguments_.AppendSwitchWithValue(L"debug-print", L'"' + emf_path_ + L'"');
|
| + launch_arguments_.AppendSwitchWithValue(L"debug-print",
|
| + L'"' + emf_path_ + L'"');
|
| show_window_ = true;
|
| }
|
|
|
|
|