| Index: chrome/browser/ui/webui/chromeos/login/host_pairing_screen_handler.cc
|
| diff --git a/chrome/browser/ui/webui/chromeos/login/host_pairing_screen_handler.cc b/chrome/browser/ui/webui/chromeos/login/host_pairing_screen_handler.cc
|
| index 4914bb71ea9c66412fbb7b4cb357704ff5b8f13b..6646526bd64963462ea8b10643704f4a1d21ec15 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/host_pairing_screen_handler.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/login/host_pairing_screen_handler.cc
|
| @@ -6,6 +6,7 @@
|
|
|
| #include "base/strings/string_util.h"
|
| #include "chrome/browser/ui/webui/chromeos/login/oobe_ui.h"
|
| +#include "components/login/localized_values_builder.h"
|
| #include "grit/generated_resources.h"
|
|
|
| namespace chromeos {
|
| @@ -51,7 +52,7 @@ void HostPairingScreenHandler::Initialize() {
|
| }
|
|
|
| void HostPairingScreenHandler::DeclareLocalizedValues(
|
| - LocalizedValuesBuilder* builder) {
|
| + ::login::LocalizedValuesBuilder* builder) {
|
| // TODO(dzhioev): Move the prefix logic to the base screen handler after
|
| // migration.
|
| std::string prefix;
|
|
|