| 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 8dce2876015c6413247d76fc9cd81b826e11ec2b..0e0c4112f109422532c80c40628afc0066125b20 100644
|
| --- a/chrome/browser/sync/glue/bookmark_model_associator.h
|
| +++ b/chrome/browser/sync/glue/bookmark_model_associator.h
|
| @@ -135,6 +135,8 @@ class BookmarkModelAssociator
|
| // allows this class to be non-refcounted).
|
| ScopedRunnableMethodFactory<BookmarkModelAssociator> persist_associations_;
|
|
|
| + int number_of_new_sync_nodes_created_at_association_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(BookmarkModelAssociator);
|
| };
|
|
|
|
|