// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_SYNC_DEVICE_INFO_SYNC_CLIENT_IMPL_H_ #define CHROME_BROWSER_SYNC_DEVICE_INFO_SYNC_CLIENT_IMPL_H_ #include <optional> #include "base/memory/raw_ptr.h" #include "components/sync/protocol/sync_enums.pb.h" #include "components/sync_device_info/device_info_sync_client.h" class Profile; namespace browser_sync { class DeviceInfoSyncClientImpl : public syncer::DeviceInfoSyncClient { … }; } // namespace browser_sync #endif // CHROME_BROWSER_SYNC_DEVICE_INFO_SYNC_CLIENT_IMPL_H_