| Index: chrome/browser/undo/bookmark_undo_service_factory.h
 | 
| diff --git a/chrome/browser/undo/bookmark_undo_service_factory.h b/chrome/browser/undo/bookmark_undo_service_factory.h
 | 
| index 9bfb82f47c5279560d558a31014ad8565115fd23..10edb497d4f5d491bb52772d139e525736f717de 100644
 | 
| --- a/chrome/browser/undo/bookmark_undo_service_factory.h
 | 
| +++ b/chrome/browser/undo/bookmark_undo_service_factory.h
 | 
| @@ -25,7 +25,7 @@ class BookmarkUndoServiceFactory : public BrowserContextKeyedServiceFactory {
 | 
|  
 | 
|    // BrowserContextKeyedServiceFactory:
 | 
|    virtual KeyedService* BuildServiceInstanceFor(
 | 
| -      content::BrowserContext* context) const OVERRIDE;
 | 
| +      content::BrowserContext* context) const override;
 | 
|  
 | 
|    DISALLOW_COPY_AND_ASSIGN(BookmarkUndoServiceFactory);
 | 
|  };
 | 
| 
 |