| Index: chrome/browser/android/vr_shell/ui_elements/location_access_indicator.cc
|
| diff --git a/chrome/browser/android/vr_shell/ui_elements/location_access_indicator.cc b/chrome/browser/android/vr_shell/ui_elements/location_access_indicator.cc
|
| deleted file mode 100644
|
| index e312a22dae21cd29d57d2046ec481e89cd04f301..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/android/vr_shell/ui_elements/location_access_indicator.cc
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -// Copyright 2017 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#include "chrome/browser/android/vr_shell/ui_elements/location_access_indicator.h"
|
| -
|
| -#include "base/memory/ptr_util.h"
|
| -#include "chrome/browser/android/vr_shell/textures/system_indicator_texture.h"
|
| -#include "chrome/grit/generated_resources.h"
|
| -#include "ui/vector_icons/vector_icons.h"
|
| -
|
| -namespace vr_shell {
|
| -
|
| -LocationAccessIndicator::LocationAccessIndicator(int preferred_width)
|
| - : TexturedElement(preferred_width),
|
| - texture_(base::MakeUnique<SystemIndicatorTexture>(ui::kLocationOnIcon)) {}
|
| -
|
| -LocationAccessIndicator::~LocationAccessIndicator() = default;
|
| -
|
| -UiTexture* LocationAccessIndicator::GetTexture() const {
|
| - return texture_.get();
|
| -}
|
| -
|
| -} // namespace vr_shell
|
|
|