Index: components/sync/device_info/local_device_info_provider.h |
diff --git a/components/sync/device_info/local_device_info_provider.h b/components/sync/device_info/local_device_info_provider.h |
index bad57c688a692a78e49f9762ac92280fffdd72a7..08e33c411a610a9ea4ad74d2e13702713718397f 100644 |
--- a/components/sync/device_info/local_device_info_provider.h |
+++ b/components/sync/device_info/local_device_info_provider.h |
@@ -14,7 +14,7 @@ namespace base { |
class TaskRunner; |
} |
-namespace sync_driver { |
+namespace syncer { |
class DeviceInfo; |
@@ -59,6 +59,6 @@ class LocalDeviceInfoProvider { |
virtual void Clear() = 0; |
}; |
-} // namespace sync_driver |
+} // namespace syncer |
#endif // COMPONENTS_SYNC_DEVICE_INFO_LOCAL_DEVICE_INFO_PROVIDER_H_ |