| 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 31ac6046956f5312408c77ca4727f43090f52ef5..a774f214b7e3ecdba763940cf0c84ece8e373bae 100644
|
| --- a/chrome/browser/undo/bookmark_undo_service_factory.h
|
| +++ b/chrome/browser/undo/bookmark_undo_service_factory.h
|
| @@ -15,6 +15,8 @@ class BookmarkUndoServiceFactory : public BrowserContextKeyedServiceFactory {
|
| public:
|
| static BookmarkUndoService* GetForProfile(Profile* profile);
|
|
|
| + static BookmarkUndoService* GetForProfileIfExists(Profile* profile);
|
| +
|
| static BookmarkUndoServiceFactory* GetInstance();
|
|
|
| private:
|
|
|