| Index: chrome/browser/history/history_backend.h
|
| diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h
|
| index 1ecf80cf5d182b658081f37143109d8f803576cb..9600df121dab526fb247e71091d781bb1dd2b53a 100644
|
| --- a/chrome/browser/history/history_backend.h
|
| +++ b/chrome/browser/history/history_backend.h
|
| @@ -515,7 +515,7 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
|
| // details argument will have ownership taken by this function (it will be
|
| // sent to the main thread and deleted there).
|
| virtual void BroadcastNotifications(int type,
|
| - HistoryDetails* details_deleted);
|
| + HistoryDetails* details_deleted) OVERRIDE;
|
|
|
| // Deleting all history ------------------------------------------------------
|
|
|
|
|