Commit 0bbcfd89 authored by Yafei Duan's avatar Yafei Duan Committed by Commit Bot

[Offline Pages] Fix msan test introduced by ClearStorageTask.

Fix msan test.

TBR=fgorski@chromium.org

Bug: NONE
Change-Id: I1a8083af308fc0869e0f20d22155d6a97f986f5e
Reviewed-on: https://chromium-review.googlesource.com/683601
Commit-Queue: Yafei Duan <romax@chromium.org>
Reviewed-by: default avatarHayato Ito <hayato@chromium.org>
Cr-Commit-Position: refs/heads/master@{#504303}
parent c4478417
...@@ -34,7 +34,7 @@ class OfflinePageItemGenerator { ...@@ -34,7 +34,7 @@ class OfflinePageItemGenerator {
std::string request_origin_; std::string request_origin_;
GURL url_; GURL url_;
GURL original_url_; GURL original_url_;
int64_t file_size_; int64_t file_size_ = 0;
base::Time last_access_time_; base::Time last_access_time_;
}; };
} // namespace offline_pages } // namespace offline_pages
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment