Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2199)

Unified Diff: device/time_zone_monitor/time_zone_monitor.cc

Issue 2353283002: [TimeZoneMonitor] Decouple //content/browser/time_zone_monitor* to //device/. (Closed)
Patch Set: Do not set output_name in gn Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/time_zone_monitor/time_zone_monitor.h ('k') | device/time_zone_monitor/time_zone_monitor_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « device/time_zone_monitor/time_zone_monitor.h ('k') | device/time_zone_monitor/time_zone_monitor_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698