Index: chrome/browser/chromeos/login/screens/host_pairing_screen.h |
diff --git a/chrome/browser/chromeos/login/screens/host_pairing_screen.h b/chrome/browser/chromeos/login/screens/host_pairing_screen.h |
index 78402671f9394fb88f6db97698f5761d104bfb5a..984ae672aa733005d5ae1a5d2ab6410bfaf597e4 100644 |
--- a/chrome/browser/chromeos/login/screens/host_pairing_screen.h |
+++ b/chrome/browser/chromeos/login/screens/host_pairing_screen.h |
@@ -86,7 +86,7 @@ class HostPairingScreen |
// Controller performing pairing. Owned by the wizard controller. |
pairing_chromeos::HostPairingController* remora_controller_; |
- scoped_ptr<EnterpriseEnrollmentHelper> enrollment_helper_; |
+ std::unique_ptr<EnterpriseEnrollmentHelper> enrollment_helper_; |
// Current stage of pairing process. |
Stage current_stage_; |