Index: chrome/browser/android/vr_shell/ui_elements/url_bar.cc |
diff --git a/chrome/browser/android/vr_shell/ui_elements/url_bar.cc b/chrome/browser/android/vr_shell/ui_elements/url_bar.cc |
index 332d73b7a95068b8b90cd91db39e7b47e5f17b64..e588ca88ec22346e6522bdac56788139e919e7f5 100644 |
--- a/chrome/browser/android/vr_shell/ui_elements/url_bar.cc |
+++ b/chrome/browser/android/vr_shell/ui_elements/url_bar.cc |
@@ -82,7 +82,7 @@ void UrlBar::SetURL(const GURL& gurl) { |
texture_->SetURL(gurl); |
} |
-void UrlBar::SetSecurityLevel(int level) { |
+void UrlBar::SetSecurityLevel(security_state::SecurityLevel level) { |
texture_->SetSecurityLevel(level); |
} |