| 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 6dbec59af7d9eb80fa665c124e00a97c4bfaff3e..dcbf779379183b1751c5383f8f571214e00687f3 100644
|
| --- a/chrome/browser/chromeos/login/wizard_controller_browsertest.cc
|
| +++ b/chrome/browser/chromeos/login/wizard_controller_browsertest.cc
|
| @@ -726,9 +726,10 @@ class WizardControllerDeviceStateTest : public WizardControllerFlowTest {
|
| std::string(),
|
| std::string(),
|
| policy::DEVICE_MODE_NOT_SET) {
|
| - fake_statistics_provider_.SetMachineStatistic("serial_number", "test");
|
| - fake_statistics_provider_.SetMachineStatistic(system::kActivateDateKey,
|
| - "2000-01");
|
| + fake_statistics_provider_.SetMachineStatistic(
|
| + system::kSerialNumberKey, "test");
|
| + fake_statistics_provider_.SetMachineStatistic(
|
| + system::kActivateDateKey, "2000-01");
|
| }
|
|
|
| void SetUpCommandLine(base::CommandLine* command_line) override {
|
|
|