| Index: chrome/browser/chromeos/login/wizard_controller_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/login/wizard_controller_browsertest.cc b/chrome/browser/chromeos/login/wizard_controller_browsertest.cc
|
| index 706e0397e1c5e22943ed1ba80601ed6b8e8ee117..edc3b623bc51ea3b0faf4e6e05dfe995efb2801c 100644
|
| --- a/chrome/browser/chromeos/login/wizard_controller_browsertest.cc
|
| +++ b/chrome/browser/chromeos/login/wizard_controller_browsertest.cc
|
| @@ -722,10 +722,7 @@ IN_PROC_BROWSER_TEST_F(WizardControllerFlowTest,
|
| class WizardControllerDeviceStateTest : public WizardControllerFlowTest {
|
| protected:
|
| WizardControllerDeviceStateTest()
|
| - : install_attributes_(std::string(),
|
| - std::string(),
|
| - std::string(),
|
| - policy::DEVICE_MODE_NOT_SET) {
|
| + : install_attributes_(ScopedStubInstallAttributes::CreateUnset()) {
|
| fake_statistics_provider_.SetMachineStatistic(
|
| system::kSerialNumberKey, "test");
|
| fake_statistics_provider_.SetMachineStatistic(
|
|
|