Index: chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc |
diff --git a/chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc b/chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc |
index 6347e63ed5f19b52708d49e160e894c5f3fcb08b..7f5879c67cb009fff9e23726bcd10799268a4d2a 100644 |
--- a/chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc |
+++ b/chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc |
@@ -13,6 +13,7 @@ |
#include "chrome/common/chrome_constants.h" |
#include "chrome/common/chrome_notification_types.h" |
#include "chrome/common/chrome_version_info.h" |
+#include "chromeos/chromeos_constants.h" |
#include "content/public/browser/notification_service.h" |
#include "grit/chromium_strings.h" |
#include "grit/generated_resources.h" |
@@ -163,7 +164,7 @@ void CoreOobeHandler::UpdateOobeUIVisibility() { |
bool enable_keyboard_flow = false; |
chromeos::system::StatisticsProvider* provider = |
chromeos::system::StatisticsProvider::GetInstance(); |
- provider->GetMachineFlag(chrome::kOemKeyboardDrivenOobeKey, |
+ provider->GetMachineFlag(chromeos::kOemKeyboardDrivenOobeKey, |
&enable_keyboard_flow); |
if (enable_keyboard_flow) |
CallJS("cr.ui.Oobe.enableKeyboardFlow", enable_keyboard_flow); |