| 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_
|
|
|