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

Unified Diff: chrome/browser/sync/glue/session_change_processor.cc

Issue 15275004: bookmarks: Get rid of the dependency on history_notifications.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add files back Created 7 years, 7 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/history/history_notifications.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/glue/session_change_processor.cc
diff --git a/chrome/browser/sync/glue/session_change_processor.cc b/chrome/browser/sync/glue/session_change_processor.cc
index 7dab97aa360b057b04d22dc5a40f9266baa692e1..333569acb72f2a4a632edaeaa7e033b317d5ebdc 100644
--- a/chrome/browser/sync/glue/session_change_processor.cc
+++ b/chrome/browser/sync/glue/session_change_processor.cc
@@ -9,7 +9,7 @@
#include "base/logging.h"
#include "chrome/browser/extensions/tab_helper.h"
-#include "chrome/browser/history/history_notifications.h"
+#include "chrome/browser/favicon/favicon_changed_details.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/sync/glue/session_model_associator.h"
#include "chrome/browser/sync/profile_sync_service.h"
@@ -90,7 +90,7 @@ void SessionChangeProcessor::Observe(
std::vector<SyncedTabDelegate*> modified_tabs;
switch (type) {
case chrome::NOTIFICATION_FAVICON_CHANGED: {
- content::Details<history::FaviconChangeDetails> favicon_details(details);
+ content::Details<FaviconChangedDetails> favicon_details(details);
session_model_associator_->FaviconsUpdated(favicon_details->urls);
// Note: we favicon notifications don't affect tab contents, so we return
// here instead of continuing on to reassociate tabs/windows.
« no previous file with comments | « chrome/browser/history/history_notifications.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698