| Index: chrome/browser/chromeos/login/screens/host_pairing_screen.cc
|
| diff --git a/chrome/browser/chromeos/login/screens/host_pairing_screen.cc b/chrome/browser/chromeos/login/screens/host_pairing_screen.cc
|
| index 73a8d2acbdbc8208028bef635817c01cc0c57732..62e9125d122c105f066eec75b954fd0eabd63a37 100644
|
| --- a/chrome/browser/chromeos/login/screens/host_pairing_screen.cc
|
| +++ b/chrome/browser/chromeos/login/screens/host_pairing_screen.cc
|
| @@ -7,11 +7,12 @@
|
| #include "base/command_line.h"
|
| #include "chrome/browser/chromeos/login/wizard_controller.h"
|
| #include "chromeos/chromeos_switches.h"
|
| -#include "chromeos/pairing/fake_host_pairing_controller.h"
|
| +#include "components/pairing/fake_host_pairing_controller.h"
|
|
|
| namespace chromeos {
|
|
|
| using namespace host_pairing;
|
| +using namespace pairing_chromeos;
|
|
|
| HostPairingScreen::HostPairingScreen(ScreenObserver* observer,
|
| HostPairingScreenActor* actor)
|
|
|