Index: chrome/browser/bookmarks/bookmark_storage.h |
diff --git a/chrome/browser/bookmarks/bookmark_storage.h b/chrome/browser/bookmarks/bookmark_storage.h |
index 541b063f0cbd6b2671f6db413b882bd2785e160c..0bcb13798845f559b513c4e47995e193581efe5e 100644 |
--- a/chrome/browser/bookmarks/bookmark_storage.h |
+++ b/chrome/browser/bookmarks/bookmark_storage.h |
@@ -129,8 +129,9 @@ class BookmarkStorage : public NotificationObserver, |
void FinishHistoryMigration(); |
// NotificationObserver |
- void Observe(NotificationType type, const NotificationSource& source, |
- const NotificationDetails& details); |
+ virtual void Observe(NotificationType type, |
+ const NotificationSource& source, |
+ const NotificationDetails& details); |
// Serializes the data and schedules save using ImportantFileWriter. |
// Returns true on successful serialization. |