| Index: chrome/browser/policy/cloud/cloud_policy_browsertest.cc
|
| diff --git a/chrome/browser/policy/cloud/cloud_policy_browsertest.cc b/chrome/browser/policy/cloud/cloud_policy_browsertest.cc
|
| index b99f4160630dd810ed6420f40ec1c2ff6df8ac75..8d60c535a82dcc712a604316ab6dfa420d792d5f 100644
|
| --- a/chrome/browser/policy/cloud/cloud_policy_browsertest.cc
|
| +++ b/chrome/browser/policy/cloud/cloud_policy_browsertest.cc
|
| @@ -248,7 +248,8 @@ class CloudPolicyTest : public InProcessBrowserTest,
|
| #endif
|
| policy_manager->core()->client()->Register(
|
| registration_type, em::DeviceRegisterRequest::FLAVOR_USER_REGISTRATION,
|
| - "bogus", std::string(), std::string(), std::string());
|
| + em::LicenseType::UNDEFINED, "bogus", std::string(), std::string(),
|
| + std::string());
|
| run_loop.Run();
|
| Mock::VerifyAndClearExpectations(&observer);
|
| policy_manager->core()->client()->RemoveObserver(&observer);
|
|
|