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

Unified Diff: services/device/time_zone_monitor/time_zone_monitor.cc

Issue 2690963002: [DeviceService] Move //device/time_zone_monitor to //services/device (Closed)
Patch Set: Enable device service to register JNI Created 3 years, 10 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
Index: services/device/time_zone_monitor/time_zone_monitor.cc
diff --git a/device/time_zone_monitor/time_zone_monitor.cc b/services/device/time_zone_monitor/time_zone_monitor.cc
similarity index 96%
rename from device/time_zone_monitor/time_zone_monitor.cc
rename to services/device/time_zone_monitor/time_zone_monitor.cc
index 0e671b4ddc0f7eadc73a677e4d73ae9acecb31e3..52e2a52eb28e17fedc2295552c5fb33d71242914 100644
--- a/device/time_zone_monitor/time_zone_monitor.cc
+++ b/services/device/time_zone_monitor/time_zone_monitor.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "device/time_zone_monitor/time_zone_monitor.h"
+#include "services/device/time_zone_monitor/time_zone_monitor.h"
#include "base/logging.h"
#include "build/build_config.h"
« no previous file with comments | « services/device/time_zone_monitor/time_zone_monitor.h ('k') | services/device/time_zone_monitor/time_zone_monitor_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698