// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_SYNC_DEVICE_INFO_FAKE_LOCAL_DEVICE_INFO_PROVIDER_H_ #define COMPONENTS_SYNC_DEVICE_INFO_FAKE_LOCAL_DEVICE_INFO_PROVIDER_H_ #include "components/sync_device_info/device_info.h" #include "components/sync_device_info/local_device_info_provider.h" namespace syncer { class FakeLocalDeviceInfoProvider : public LocalDeviceInfoProvider { … }; } // namespace syncer #endif // COMPONENTS_SYNC_DEVICE_INFO_FAKE_LOCAL_DEVICE_INFO_PROVIDER_H_