| Index: chrome/browser/sync/glue/bookmark_model_associator.h
|
| diff --git a/chrome/browser/sync/glue/bookmark_model_associator.h b/chrome/browser/sync/glue/bookmark_model_associator.h
|
| index e6e01311e946ed723698f1537e495e5b4c6bf862..8513bc48d56b4ff307c88911c75607c74a9bdfbd 100644
|
| --- a/chrome/browser/sync/glue/bookmark_model_associator.h
|
| +++ b/chrome/browser/sync/glue/bookmark_model_associator.h
|
| @@ -35,7 +35,7 @@ namespace browser_sync {
|
| class BookmarkModelAssociator
|
| : public PerDataTypeAssociatorInterface<BookmarkNode, int64> {
|
| public:
|
| - static syncable::ModelType model_type() { return syncable::BOOKMARKS; }
|
| + static syncer::ModelType model_type() { return syncer::BOOKMARKS; }
|
| // |expect_mobile_bookmarks_folder| controls whether or not we
|
| // expect the mobile bookmarks permanent folder to be created.
|
| // Should be set to true only by mobile clients.
|
|
|