Index: chrome/browser/history/in_memory_history_backend.h |
diff --git a/chrome/browser/history/in_memory_history_backend.h b/chrome/browser/history/in_memory_history_backend.h |
index 793d9d68a10eb50e422a166b6aeea9cf8468ae9a..d360995eab63b281324b068cb6e54061400629a1 100644 |
--- a/chrome/browser/history/in_memory_history_backend.h |
+++ b/chrome/browser/history/in_memory_history_backend.h |
@@ -79,6 +79,8 @@ class InMemoryHistoryBackend : public HistoryServiceObserver, |
const URLRow& row, |
const RedirectList& redirects, |
base::Time visit_time) override; |
+ void OnURLsModified(HistoryService* history_service, |
+ const URLRows& changed_urls) override; |
// Notification callback. |
void Observe(int type, |