| 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 f2d7032751f9ad1b1832152b05c1a1392632b1eb..7ed29f8df9dfa30b3dd8e0f9a83299d2e961de91 100644
|
| --- a/chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc
|
| +++ b/chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc
|
| @@ -36,7 +36,7 @@ class BookmarkModelSQLHandlerTest : public testing::Test {
|
| virtual ~BookmarkModelSQLHandlerTest() {}
|
|
|
| protected:
|
| - virtual void SetUp() OVERRIDE {
|
| + virtual 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());
|
|
|