| 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 e8008f97d552f19c535f8ede19f5632dacd06201..9d5fa3c9a56de2a0c6fde4c70c6c5a3d6fdd8b27 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;
 | 
| +  virtual void SetUp() override;
 | 
| +  virtual void TearDown() override;
 | 
|  
 | 
|    BookmarkModel* GetModel();
 | 
|    BookmarkUndoService* GetUndoService();
 | 
| 
 |