| Index: chrome/browser/sync/glue/bookmark_change_processor.h
|
| diff --git a/chrome/browser/sync/glue/bookmark_change_processor.h b/chrome/browser/sync/glue/bookmark_change_processor.h
|
| index a603fe719ecbdd9bc774e5fc175bfbd55ef0181c..3cb663cd4eaa95b917a39015abaaa891b2a62934 100644
|
| --- a/chrome/browser/sync/glue/bookmark_change_processor.h
|
| +++ b/chrome/browser/sync/glue/bookmark_change_processor.h
|
| @@ -105,8 +105,8 @@ class BookmarkChangeProcessor : public BookmarkModelObserver,
|
| UnrecoverableErrorHandler* error_handler);
|
|
|
| protected:
|
| - virtual void StartImpl(Profile* profile);
|
| - virtual void StopImpl();
|
| + virtual void StartImpl(Profile* profile) OVERRIDE;
|
| + virtual void StopImpl() OVERRIDE;
|
|
|
| private:
|
| enum MoveOrCreate {
|
|
|