Index: chrome/browser/sync/glue/typed_url_change_processor.h |
diff --git a/chrome/browser/sync/glue/typed_url_change_processor.h b/chrome/browser/sync/glue/typed_url_change_processor.h |
index 8f4d5550c3318b990d02c7328ab85f057c7a964e..e96ad5fc6b6fc8f5255a91d82b924df43ae1b8c8 100644 |
--- a/chrome/browser/sync/glue/typed_url_change_processor.h |
+++ b/chrome/browser/sync/glue/typed_url_change_processor.h |
@@ -108,7 +108,6 @@ class TypedUrlChangeProcessor : public ChangeProcessor, |
// The set of pending changes that will be written out on the next |
// CommitChangesFromSyncModel() call. |
- TypedUrlModelAssociator::TypedUrlTitleVector pending_titles_; |
TypedUrlModelAssociator::TypedUrlVector pending_new_urls_; |
TypedUrlModelAssociator::TypedUrlUpdateVector pending_updated_urls_; |
std::vector<GURL> pending_deleted_urls_; |