| Index: chrome/browser/history/history_backend.h
|
| diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h
|
| index 54cbf29200847186557b0db73830c946b3352a25..b8c27d6a6107efce86c69b83322f7a96cfa6ed03 100644
|
| --- a/chrome/browser/history/history_backend.h
|
| +++ b/chrome/browser/history/history_backend.h
|
| @@ -453,8 +453,8 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
|
| // Schedules a broadcast of the given notification on the main thread. The
|
| // details argument will have ownership taken by this function (it will be
|
| // sent to the main thread and deleted there).
|
| - void BroadcastNotifications(NotificationType type,
|
| - HistoryDetails* details_deleted);
|
| + virtual void BroadcastNotifications(NotificationType type,
|
| + HistoryDetails* details_deleted);
|
|
|
| // Deleting all history ------------------------------------------------------
|
|
|
|
|