| Index: components/favicon/content/content_favicon_driver_unittest.cc
|
| diff --git a/components/favicon/content/content_favicon_driver_unittest.cc b/components/favicon/content/content_favicon_driver_unittest.cc
|
| index 5439aee3d760b81b3c1433a06942024dadb8166d..ea32963de7b58205c99228bba08781d1d073c1a4 100644
|
| --- a/components/favicon/content/content_favicon_driver_unittest.cc
|
| +++ b/components/favicon/content/content_favicon_driver_unittest.cc
|
| @@ -130,7 +130,7 @@ TEST_F(ContentFaviconDriverTest, FaviconUpdateNoLastCommittedEntry) {
|
| ->DidUpdateFaviconURL(favicon_urls);
|
|
|
| // Test that ContentFaviconDriver ignored the favicon url update.
|
| - EXPECT_TRUE(driver->favicon_urls().empty());
|
| + EXPECT_FALSE(driver->favicon_urls().has_value());
|
| }
|
|
|
| TEST_F(ContentFaviconDriverTest, RecordsHistorgramsForCandidates) {
|
|
|