| Index: components/history/core/browser/url_database_unittest.cc
|
| diff --git a/components/history/core/browser/url_database_unittest.cc b/components/history/core/browser/url_database_unittest.cc
|
| index 804df1505202ee817137602f51075d717a81cf47..000d70cf6fbd719dc6c552858421d11c9ae69b36 100644
|
| --- a/components/history/core/browser/url_database_unittest.cc
|
| +++ b/components/history/core/browser/url_database_unittest.cc
|
| @@ -41,9 +41,7 @@ class URLDatabaseTest : public testing::Test,
|
|
|
| protected:
|
| // Provided for URL/VisitDatabase.
|
| - virtual sql::Connection& GetDB() override {
|
| - return db_;
|
| - }
|
| + sql::Connection& GetDB() override { return db_; }
|
|
|
| private:
|
| // Test setup.
|
|
|