| Index: chrome/browser/android/vr_shell/ui_elements/url_bar.h
|
| diff --git a/chrome/browser/android/vr_shell/ui_elements/url_bar.h b/chrome/browser/android/vr_shell/ui_elements/url_bar.h
|
| index a166f6a64fee52b77155040b5be1a11c616d0348..526c085dcc495548681eb8388e77847c50bc49e5 100644
|
| --- a/chrome/browser/android/vr_shell/ui_elements/url_bar.h
|
| +++ b/chrome/browser/android/vr_shell/ui_elements/url_bar.h
|
| @@ -22,7 +22,7 @@ class UrlBar : public TexturedElement {
|
|
|
| void OnHoverEnter() override;
|
| void OnHoverLeave() override;
|
| - void SetGURL(const GURL& gurl);
|
| + void SetURL(const GURL& gurl);
|
|
|
| private:
|
| UiTexture* GetTexture() const override;
|
|
|