| Index: chrome/browser/undo/bookmark_undo_service_test.cc
|
| diff --git a/chrome/browser/undo/bookmark_undo_service_test.cc b/chrome/browser/undo/bookmark_undo_service_test.cc
|
| index 54976e701478bb32dcd2d495f8c0299d3453d754..072004a48cd9c0505243ec2dc84ce443f79ac3fa 100644
|
| --- a/chrome/browser/undo/bookmark_undo_service_test.cc
|
| +++ b/chrome/browser/undo/bookmark_undo_service_test.cc
|
| @@ -21,8 +21,8 @@ class BookmarkUndoServiceTest : public testing::Test {
|
| public:
|
| BookmarkUndoServiceTest();
|
|
|
| - virtual void SetUp() override;
|
| - virtual void TearDown() override;
|
| + void SetUp() override;
|
| + void TearDown() override;
|
|
|
| BookmarkModel* GetModel();
|
| BookmarkUndoService* GetUndoService();
|
|
|