| Index: base/memory/lifetime_interface.cc
|
| diff --git a/ui/native_theme/native_theme_observer.cc b/base/memory/lifetime_interface.cc
|
| similarity index 56%
|
| copy from ui/native_theme/native_theme_observer.cc
|
| copy to base/memory/lifetime_interface.cc
|
| index f516a762027fccab32d569f2466d82c65252c104..e58e25feb88ef588c32177262e8ec2794d4b99fc 100644
|
| --- a/ui/native_theme/native_theme_observer.cc
|
| +++ b/base/memory/lifetime_interface.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ui/native_theme/native_theme_observer.h"
|
| +#include "base/memory/lifetime_interface.h"
|
|
|
| -namespace ui {
|
| +namespace base {
|
|
|
| -NativeThemeObserver::~NativeThemeObserver() {}
|
| +LifetimeInterface::~LifetimeInterface() {}
|
|
|
| -} // namespace ui
|
| +} // namespace base
|
|
|