| Index: chrome/browser/history/android/urls_sql_handler.h
|
| diff --git a/chrome/browser/history/android/urls_sql_handler.h b/chrome/browser/history/android/urls_sql_handler.h
|
| index f0712d69afe153b1863b75a8e7f4a582bb3c0ce1..f7c1551eec47c01bff7906588870a7936b03bca8 100644
|
| --- a/chrome/browser/history/android/urls_sql_handler.h
|
| +++ b/chrome/browser/history/android/urls_sql_handler.h
|
| @@ -18,10 +18,10 @@ class UrlsSQLHandler : public SQLHandler {
|
| virtual ~UrlsSQLHandler();
|
|
|
| // Overriden from SQLHandler.
|
| - virtual bool Insert(HistoryAndBookmarkRow* row) OVERRIDE;
|
| + virtual bool Insert(HistoryAndBookmarkRow* row) override;
|
| virtual bool Update(const HistoryAndBookmarkRow& row,
|
| - const TableIDRows& ids_set) OVERRIDE;
|
| - virtual bool Delete(const TableIDRows& ids_set) OVERRIDE;
|
| + const TableIDRows& ids_set) override;
|
| + virtual bool Delete(const TableIDRows& ids_set) override;
|
|
|
| private:
|
| HistoryDatabase* history_db_;
|
|
|