| Index: device/time_zone_monitor/time_zone_monitor.cc
|
| diff --git a/content/browser/time_zone_monitor.cc b/device/time_zone_monitor/time_zone_monitor.cc
|
| similarity index 95%
|
| rename from content/browser/time_zone_monitor.cc
|
| rename to device/time_zone_monitor/time_zone_monitor.cc
|
| index 14317057f31f9b9f7dc7736011d7d52671baa772..0e671b4ddc0f7eadc73a677e4d73ae9acecb31e3 100644
|
| --- a/content/browser/time_zone_monitor.cc
|
| +++ b/device/time_zone_monitor/time_zone_monitor.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/browser/time_zone_monitor.h"
|
| +#include "device/time_zone_monitor/time_zone_monitor.h"
|
|
|
| #include "base/logging.h"
|
| #include "build/build_config.h"
|
| #include "third_party/icu/source/common/unicode/unistr.h"
|
| #include "third_party/icu/source/i18n/unicode/timezone.h"
|
|
|
| -namespace content {
|
| +namespace device {
|
|
|
| TimeZoneMonitor::TimeZoneMonitor() {
|
| DCHECK(thread_checker_.CalledOnValidThread());
|
| @@ -59,4 +59,4 @@ void TimeZoneMonitor::AddClient(
|
| clients_.AddPtr(std::move(client));
|
| }
|
|
|
| -} // namespace content
|
| +} // namespace device
|
|
|