| Index: chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc
|
| diff --git a/chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc b/chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc
|
| index 5f7f1be3324a6fb0cd2f72fe75741ae220c9213c..508c7e2e5cc1e5ac4d7d1668e72fe9614cb42291 100644
|
| --- a/chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc
|
| +++ b/chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc
|
| @@ -34,10 +34,10 @@ class BookmarkModelSQLHandlerTest : public testing::Test {
|
| bookmark_model_(NULL),
|
| ui_thread_(BrowserThread::UI, &message_loop_),
|
| file_thread_(BrowserThread::FILE, &message_loop_) {}
|
| - virtual ~BookmarkModelSQLHandlerTest() {}
|
| + ~BookmarkModelSQLHandlerTest() override {}
|
|
|
| protected:
|
| - virtual void SetUp() override {
|
| + void SetUp() override {
|
| // Setup the testing profile, so the bookmark_model_sql_handler could
|
| // get the bookmark model from it.
|
| ASSERT_TRUE(profile_manager_.SetUp());
|
|
|