#include "chrome/browser/policy/client_data_delegate_desktop.h"
#include <memory>
#include "base/functional/callback_helpers.h"
#include "base/test/task_environment.h"
#include "build/build_config.h"
#include "components/policy/core/common/cloud/cloud_policy_util.h"
#include "components/policy/proto/device_management_backend.pb.h"
#include "testing/gtest/include/gtest/gtest.h"
#if BUILDFLAG(IS_WIN)
#include "base/win/scoped_com_initializer.h"
#endif
namespace policy {
TEST(ClientDataDelegateDesktopTest,
FillRegisterBrowserRequest_BrowserDeviceIdentifier) { … }
}