| Index: media/base/android/media_resource_getter.cc
|
| diff --git a/ui/base/touch/touch_device_android.cc b/media/base/android/media_resource_getter.cc
|
| similarity index 55%
|
| copy from ui/base/touch/touch_device_android.cc
|
| copy to media/base/android/media_resource_getter.cc
|
| index 39e34c24765363d439e175cad62cdc98ef257ed8..5fdff06b94662f524418a767dfca9cc4417be537 100644
|
| --- a/ui/base/touch/touch_device_android.cc
|
| +++ b/media/base/android/media_resource_getter.cc
|
| @@ -2,12 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ui/base/touch/touch_device.h"
|
| +#include "media/base/android/media_resource_getter.h"
|
|
|
| -namespace ui {
|
| +namespace media {
|
|
|
| -bool IsTouchDevicePresent() {
|
| - return true;
|
| -}
|
| +MediaResourceGetter::~MediaResourceGetter() {}
|
|
|
| -} // namespace ui
|
| +} // namespace media
|
|
|