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

Unified Diff: ios/chrome/browser/ui/webui/history/favicon_source.cc

Issue 2343463003: [Sync] Fix namespaces for the sync_sessions component. (Closed)
Patch Set: Fix gn. Created 4 years, 3 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: ios/chrome/browser/ui/webui/history/favicon_source.cc
diff --git a/ios/chrome/browser/ui/webui/history/favicon_source.cc b/ios/chrome/browser/ui/webui/history/favicon_source.cc
index b1571d091c2ad5774e8d7b30f2858171624b694b..4f3d553f8beba65a9b791bc14fad79af7e7b9a34 100644
--- a/ios/chrome/browser/ui/webui/history/favicon_source.cc
+++ b/ios/chrome/browser/ui/webui/history/favicon_source.cc
@@ -121,7 +121,7 @@ bool FaviconSource::ShouldReplaceExistingSource() const {
bool FaviconSource::HandleMissingResource(const IconRequest& request) {
// If the favicon is not available, try to use the synced favicon.
- sync_driver::OpenTabsUIDelegate* open_tabs =
+ sync_sessions::OpenTabsUIDelegate* open_tabs =
sync_service_ ? sync_service_->GetOpenTabsUIDelegate() : nullptr;
scoped_refptr<base::RefCountedMemory> response;

Powered by Google App Engine
This is Rietveld 408576698