| 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 c85e806f942fad9de35bc9ee0659b085bc58f37e..cf0a6ab28e0c7c336bdd4001ce8e11d51c14e8ec 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"
|
|
|
| @@ -41,6 +42,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
|
|
|