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

Unified Diff: components/favicon/core/favicon_driver.cc

Issue 2691933004: Avoid cyclic dependency FaviconHandler<-->FaviconDriverImpl (Closed)
Patch Set: 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
Index: components/favicon/core/favicon_driver.cc
diff --git a/components/favicon/core/favicon_driver.cc b/components/favicon/core/favicon_driver.cc
index bd0f278a284193631b9e976a6dcf342bba21797c..2ab527c246513be0d21ffc02f7d0522b1b82722d 100644
--- a/components/favicon/core/favicon_driver.cc
+++ b/components/favicon/core/favicon_driver.cc
@@ -4,6 +4,8 @@
#include "components/favicon/core/favicon_driver.h"
+#include "components/bookmarks/browser/bookmark_model.h"
+
namespace favicon {
void FaviconDriver::AddObserver(FaviconDriverObserver* observer) {

Powered by Google App Engine
This is Rietveld 408576698