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

Unified Diff: services/device/time_zone_monitor/time_zone_monitor_android.h

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.h
diff --git a/device/time_zone_monitor/time_zone_monitor_android.h b/services/device/time_zone_monitor/time_zone_monitor_android.h
similarity index 75%
rename from device/time_zone_monitor/time_zone_monitor_android.h
rename to services/device/time_zone_monitor/time_zone_monitor_android.h
index 576b2277fe0d168a16894c051517c148a19efd93..76cc17d3372b0e664657853c077f680bbd339c41 100644
--- a/device/time_zone_monitor/time_zone_monitor_android.h
+++ b/services/device/time_zone_monitor/time_zone_monitor_android.h
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_BROWSER_TIME_ZONE_MONITOR_ANDROID_H_
-#define CONTENT_BROWSER_TIME_ZONE_MONITOR_ANDROID_H_
+#ifndef SERVICES_DEVICE_TIME_ZONE_MONITOR_TIME_ZONE_MONITOR_ANDROID_H_
+#define SERVICES_DEVICE_TIME_ZONE_MONITOR_TIME_ZONE_MONITOR_ANDROID_H_
-#include "device/time_zone_monitor/time_zone_monitor.h"
+#include "services/device/time_zone_monitor/time_zone_monitor.h"
#include <jni.h>
@@ -36,4 +36,4 @@ class TimeZoneMonitorAndroid : public TimeZoneMonitor {
} // namespace device
-#endif // CONTENT_BROWSER_TIME_ZONE_MONITOR_ANDROID_H_
+#endif // SERVICES_DEVICE_TIME_ZONE_MONITOR_TIME_ZONE_MONITOR_ANDROID_H_
« no previous file with comments | « services/device/time_zone_monitor/time_zone_monitor.cc ('k') | services/device/time_zone_monitor/time_zone_monitor_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698