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

Unified Diff: chrome/browser/history/history_notifications.h

Issue 15275004: bookmarks: Get rid of the dependency on history_notifications.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more android fixes 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
Index: chrome/browser/history/history_notifications.h
diff --git a/chrome/browser/history/history_notifications.h b/chrome/browser/history/history_notifications.h
index 081babdbc69e24769d7581020e3a5c4359a0cd26..ea9411d86c427cf51d3ea4d3f6ff7164f83b4310 100644
--- a/chrome/browser/history/history_notifications.h
+++ b/chrome/browser/history/history_notifications.h
@@ -69,14 +69,6 @@ struct URLsDeletedDetails : public HistoryDetails {
std::set<GURL> favicon_urls;
};
-// Details for NOTIFY_FAVICON_CHANGED.
-struct FaviconChangeDetails : public HistoryDetails {
- FaviconChangeDetails();
- virtual ~FaviconChangeDetails();
-
- std::set<GURL> urls;
-};
-
// Details for HISTORY_KEYWORD_SEARCH_TERM_UPDATED.
struct KeywordSearchTermDetails : public HistoryDetails {
KeywordSearchTermDetails();

Powered by Google App Engine
This is Rietveld 408576698