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

Unified Diff: chrome/browser/ui/cocoa/history_menu_bridge_unittest.mm

Issue 2698473004: Split FaviconService and FaviconServiceImpl. (Closed)
Patch Set: Revert changes in ios/.../history_collection_view_controller_unittest.mm Created 3 years, 10 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
« no previous file with comments | « chrome/browser/favicon/favicon_service_factory.cc ('k') | components/favicon/content/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/history_menu_bridge_unittest.mm
diff --git a/chrome/browser/ui/cocoa/history_menu_bridge_unittest.mm b/chrome/browser/ui/cocoa/history_menu_bridge_unittest.mm
index 106207aadb7af33a383b9611ad15cc78bf5815cb..9682d09ae7747d2f19402e5bd1d20e14cbe9fdeb 100644
--- a/chrome/browser/ui/cocoa/history_menu_bridge_unittest.mm
+++ b/chrome/browser/ui/cocoa/history_menu_bridge_unittest.mm
@@ -55,6 +55,8 @@ class HistoryMenuBridgeTest : public CocoaProfileTest {
public:
void SetUp() override {
CocoaProfileTest::SetUp();
+ ASSERT_TRUE(profile()->CreateHistoryService(/*delete_file=*/true,
+ /*no_db=*/false));
profile()->CreateFaviconService();
bridge_.reset(new MockBridge(profile()));
}
« no previous file with comments | « chrome/browser/favicon/favicon_service_factory.cc ('k') | components/favicon/content/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698