| 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 10edb497d4f5d491bb52772d139e525736f717de..31ac6046956f5312408c77ca4727f43090f52ef5 100644
|
| --- a/chrome/browser/undo/bookmark_undo_service_factory.h
|
| +++ b/chrome/browser/undo/bookmark_undo_service_factory.h
|
| @@ -21,10 +21,10 @@ class BookmarkUndoServiceFactory : public BrowserContextKeyedServiceFactory {
|
| friend struct DefaultSingletonTraits<BookmarkUndoServiceFactory>;
|
|
|
| BookmarkUndoServiceFactory();
|
| - virtual ~BookmarkUndoServiceFactory();
|
| + ~BookmarkUndoServiceFactory() override;
|
|
|
| // BrowserContextKeyedServiceFactory:
|
| - virtual KeyedService* BuildServiceInstanceFor(
|
| + KeyedService* BuildServiceInstanceFor(
|
| content::BrowserContext* context) const override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(BookmarkUndoServiceFactory);
|
|
|