| Index: components/offline_pages/offline_page_item.h
|
| diff --git a/components/offline_pages/offline_page_item.h b/components/offline_pages/offline_page_item.h
|
| index 1757a460f72d2c7b710df5b6ece9d224e2a01fdf..45244984ee5e12fbd140ee1466fb3b8fe44e2dd1 100644
|
| --- a/components/offline_pages/offline_page_item.h
|
| +++ b/components/offline_pages/offline_page_item.h
|
| @@ -70,8 +70,6 @@ struct OfflinePageItem {
|
| // their ids to our saved pages.
|
| ClientId client_id;
|
|
|
| - // Version of the offline page item.
|
| - int version;
|
| // The file path to the archive with a local copy of the page.
|
| base::FilePath file_path;
|
| // The size of the offline copy.
|
|
|