Index: chrome/browser/history/in_memory_url_index.h |
diff --git a/chrome/browser/history/in_memory_url_index.h b/chrome/browser/history/in_memory_url_index.h |
index f7806c344620ab7ddfc38621e50002998ca9ae22..93cd55038ad5587025f8f328c62eb0b1b0840f1b 100644 |
--- a/chrome/browser/history/in_memory_url_index.h |
+++ b/chrome/browser/history/in_memory_url_index.h |
@@ -245,9 +245,10 @@ class InMemoryURLIndex : public HistoryServiceObserver, |
const URLRow& row, |
const RedirectList& redirects, |
base::Time visit_time) override; |
+ void OnURLsModified(HistoryService* history_service, |
+ const URLRows& changed_urls) override; |
// Notification handlers. |
- void OnURLsModified(const URLsModifiedDetails* details); |
void OnURLsDeleted(const URLsDeletedDetails* details); |
// Sets the directory wherein the cache file will be maintained. |