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

Unified Diff: components/ntp_snippets/physical_web_pages/physical_web_page_suggestions_provider_unittest.cc

Issue 2744253004: NTP: clang-format (Closed)
Patch Set: 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: components/ntp_snippets/physical_web_pages/physical_web_page_suggestions_provider_unittest.cc
diff --git a/components/ntp_snippets/physical_web_pages/physical_web_page_suggestions_provider_unittest.cc b/components/ntp_snippets/physical_web_pages/physical_web_page_suggestions_provider_unittest.cc
index 696cebb50a27f2781b85ddf3aa7cf508f25ea1db..588eed81e301957d11727e688910776ddb966352 100644
--- a/components/ntp_snippets/physical_web_pages/physical_web_page_suggestions_provider_unittest.cc
+++ b/components/ntp_snippets/physical_web_pages/physical_web_page_suggestions_provider_unittest.cc
@@ -360,8 +360,7 @@ TEST_F(PhysicalWebPageSuggestionsProviderTest,
provider()->DismissSuggestion(GetDummySuggestionId(1));
provider()->DismissSuggestion(GetDummySuggestionId(2));
- physical_web_data_source()->SetMetadataList(
- CreateDummyPhysicalWebPages({2}));
+ physical_web_data_source()->SetMetadataList(CreateDummyPhysicalWebPages({2}));
FireUrlLost("https://resolved_url.com/1");
physical_web_data_source()->SetMetadataList(

Powered by Google App Engine
This is Rietveld 408576698