Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4769)

Unified Diff: chrome/browser/ntp_snippets/download_suggestions_provider_unittest.cc

Issue 2744253004: NTP: clang-format (Closed)
Patch Set: rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698