| 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 2e3c08ae75f52bd94d4456d6a13a8eb86ccd5947..1eef97310b40f0ab43483925f25a93a86cbff92b 100644
|
| --- a/chrome/browser/android/vr_shell/textures/url_bar_texture.h
|
| +++ b/chrome/browser/android/vr_shell/textures/url_bar_texture.h
|
| @@ -8,6 +8,7 @@
|
| #include <memory>
|
| #include <vector>
|
|
|
| +#include "base/macros.h"
|
| #include "chrome/browser/android/vr_shell/textures/ui_texture.h"
|
| #include "url/gurl.h"
|
|
|
| @@ -38,6 +39,8 @@ class UrlBarTexture : public UiTexture {
|
| GURL gurl_;
|
| GURL last_drawn_gurl_;
|
| std::vector<std::unique_ptr<gfx::RenderText>> gurl_render_texts_;
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(UrlBarTexture);
|
| };
|
|
|
| } // namespace vr_shell
|
|
|