| 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 ff0605f996888e79da2936bb2cf11c2a12ce24dc..a882eb37f9f64b6dccebbf693ce943ba9a6edade 100644
|
| --- a/chrome/browser/sync/glue/bookmark_change_processor.h
|
| +++ b/chrome/browser/sync/glue/bookmark_change_processor.h
|
| @@ -32,7 +32,7 @@ namespace browser_sync {
|
| // and applying them to the sync API 'syncable' model, and vice versa.
|
| // All operations and use of this class are from the UI thread.
|
| // This is currently bookmarks specific.
|
| -class BookmarkChangeProcessor : public BookmarkModelObserver,
|
| +class BookmarkChangeProcessor : public bookmarks::BookmarkModelObserver,
|
| public sync_driver::ChangeProcessor {
|
| public:
|
| BookmarkChangeProcessor(Profile* profile,
|
| @@ -40,7 +40,7 @@ class BookmarkChangeProcessor : public BookmarkModelObserver,
|
| sync_driver::DataTypeErrorHandler* error_handler);
|
| ~BookmarkChangeProcessor() override;
|
|
|
| - // BookmarkModelObserver implementation.
|
| + // bookmarks::BookmarkModelObserver:
|
| // BookmarkModel -> sync API model change application.
|
| void BookmarkModelLoaded(BookmarkModel* model, bool ids_reassigned) override;
|
| void BookmarkModelBeingDeleted(BookmarkModel* model) override;
|
|
|