| Index: components/sync/device_info/device_info_util.h
|
| diff --git a/components/sync/driver/device_info_util.h b/components/sync/device_info/device_info_util.h
|
| similarity index 92%
|
| rename from components/sync/driver/device_info_util.h
|
| rename to components/sync/device_info/device_info_util.h
|
| index 0f1248754571e5f9b89a56181e76ec2b1e72b787..eee3952408b10b1e250160ed3475187863a06708 100644
|
| --- a/components/sync/driver/device_info_util.h
|
| +++ b/components/sync/device_info/device_info_util.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_SYNC_DRIVER_DEVICE_INFO_UTIL_H_
|
| -#define COMPONENTS_SYNC_DRIVER_DEVICE_INFO_UTIL_H_
|
| +#ifndef COMPONENTS_SYNC_DEVICE_INFO_DEVICE_INFO_UTIL_H_
|
| +#define COMPONENTS_SYNC_DEVICE_INFO_DEVICE_INFO_UTIL_H_
|
|
|
| #include <string>
|
|
|
| @@ -55,4 +55,4 @@ class DeviceInfoUtil {
|
|
|
| } // namespace sync_driver
|
|
|
| -#endif // COMPONENTS_SYNC_DRIVER_DEVICE_INFO_UTIL_H_
|
| +#endif // COMPONENTS_SYNC_DEVICE_INFO_DEVICE_INFO_UTIL_H_
|
|
|