Commit f6a4f392 authored by sebsg's avatar sebsg Committed by Commit Bot

[AF] Initialize security_level in save_card_bubble_..._unittests.

Was causing failures on MSAN bots.

Change-Id: Icbffe8066bed645404fa792992f84e62ed1e83ca
Reviewed-on: https://chromium-review.googlesource.com/1112064Reviewed-by: default avatarLei Zhang <thestig@chromium.org>
Commit-Queue: Sebastien Seguin-Gagnon <sebsg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#569769}
parent 42eac6f0
...@@ -64,7 +64,8 @@ class TestSaveCardBubbleControllerImpl : public SaveCardBubbleControllerImpl { ...@@ -64,7 +64,8 @@ class TestSaveCardBubbleControllerImpl : public SaveCardBubbleControllerImpl {
private: private:
base::TimeDelta elapsed_; base::TimeDelta elapsed_;
security_state::SecurityLevel security_level_; security_state::SecurityLevel security_level_ =
security_state::SecurityLevel::NONE;
}; };
class SaveCardBubbleControllerImplTest : public BrowserWithTestWindowTest { class SaveCardBubbleControllerImplTest : public BrowserWithTestWindowTest {
......
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