| Index: chrome/browser/chromeos/login/hwid_checker.cc
|
| diff --git a/chrome/browser/chromeos/login/hwid_checker.cc b/chrome/browser/chromeos/login/hwid_checker.cc
|
| index 9554a5e6398f3f1254ab1443c22dbb19c91d7ddd..0f1f0f6996dbc53b60f819ca34905cfa0fee51dc 100644
|
| --- a/chrome/browser/chromeos/login/hwid_checker.cc
|
| +++ b/chrome/browser/chromeos/login/hwid_checker.cc
|
| @@ -91,7 +91,7 @@ bool IsMachineHWIDCorrect() {
|
| std::string hwid;
|
| chromeos::system::StatisticsProvider* stats =
|
| chromeos::system::StatisticsProvider::GetInstance();
|
| - if (!stats->GetMachineStatistic("hardware_class", &hwid)) {
|
| + if (!stats->GetMachineStatistic(chromeos::system::kHardwareClass, &hwid)) {
|
| LOG(ERROR) << "Couldn't get machine statistic 'hardware_class'.";
|
| return false;
|
| }
|
|
|