| Index: chrome/browser/android/vr_shell/textures/url_bar_texture.h
|
| diff --git a/chrome/browser/android/vr_shell/textures/url_bar_texture.h b/chrome/browser/android/vr_shell/textures/url_bar_texture.h
|
| index b145b9956f416fccb5dd7eef65f4c53b2ca54d41..96e7d44551a2bb03b977fc2b14b33927c212d00b 100644
|
| --- a/chrome/browser/android/vr_shell/textures/url_bar_texture.h
|
| +++ b/chrome/browser/android/vr_shell/textures/url_bar_texture.h
|
| @@ -19,7 +19,7 @@ class UrlBarTexture : public UiTexture {
|
| gfx::SizeF GetDrawnSize() const override;
|
|
|
| void SetHover(bool hover);
|
| - void SetGURL(const GURL& gurl);
|
| + void SetURL(const GURL& gurl);
|
|
|
| private:
|
| void Draw(SkCanvas* canvas, const gfx::Size& texture_size) override;
|
|
|