| 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 b9d6cc327d54c320a092abe6a9c444d42e99a798..7e8d9c49a9b0c6d3c0fa5a5da06e9c33362c7179 100644
|
| --- a/chrome/browser/android/vr_shell/ui_elements/url_bar.cc
|
| +++ b/chrome/browser/android/vr_shell/ui_elements/url_bar.cc
|
| @@ -29,8 +29,8 @@ UiTexture* UrlBar::GetTexture() const {
|
| return texture_.get();
|
| }
|
|
|
| -void UrlBar::SetGURL(const GURL& gurl) {
|
| - texture_->SetGURL(gurl);
|
| +void UrlBar::SetURL(const GURL& gurl) {
|
| + texture_->SetURL(gurl);
|
| }
|
|
|
| } // namespace vr_shell
|
|
|