| Index: chrome/browser/ntp_snippets/download_suggestions_provider_unittest.cc
|
| diff --git a/chrome/browser/ntp_snippets/download_suggestions_provider_unittest.cc b/chrome/browser/ntp_snippets/download_suggestions_provider_unittest.cc
|
| index e77a2c679c33412e79af1af19216255ad69d67fc..1788f8c729450b94b1a0d368abf2f8f36819c030 100644
|
| --- a/chrome/browser/ntp_snippets/download_suggestions_provider_unittest.cc
|
| +++ b/chrome/browser/ntp_snippets/download_suggestions_provider_unittest.cc
|
| @@ -117,8 +117,7 @@ MATCHER_P3(HasDownloadSuggestionExtra,
|
| if (extra.is_download_asset != is_download_asset) {
|
| return false;
|
| }
|
| - *result_listener << "expected target_file_path: "
|
| - << target_file_path
|
| + *result_listener << "expected target_file_path: " << target_file_path
|
| << "\nactual target_file_path: "
|
| << extra.target_file_path.value();
|
| if (extra.target_file_path.value() !=
|
| @@ -126,8 +125,7 @@ MATCHER_P3(HasDownloadSuggestionExtra,
|
| return false;
|
| }
|
| *result_listener << "expected mime_type: " << mime_type
|
| - << "\nactual mime_type: "
|
| - << extra.mime_type;
|
| + << "\nactual mime_type: " << extra.mime_type;
|
| return extra.mime_type == mime_type;
|
| }
|
|
|
|
|