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

Unified Diff: services/device/time_zone_monitor/time_zone_monitor_android.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_android.cc
diff --git a/device/time_zone_monitor/time_zone_monitor_android.cc b/services/device/time_zone_monitor/time_zone_monitor_android.cc
similarity index 94%
rename from device/time_zone_monitor/time_zone_monitor_android.cc
rename to services/device/time_zone_monitor/time_zone_monitor_android.cc
index 0d1ea625340c4944cf8020a39ba84a4198c9bfe8..b15a90cf5ca04a643b024f380ec2406eb7e1d2ed 100644
--- a/device/time_zone_monitor/time_zone_monitor_android.cc
+++ b/services/device/time_zone_monitor/time_zone_monitor_android.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_android.h"
+#include "services/device/time_zone_monitor/time_zone_monitor_android.h"
#include "base/android/context_utils.h"
#include "base/android/jni_android.h"

Powered by Google App Engine
This is Rietveld 408576698