Chromium Code Reviews| Index: chrome/browser/ui/webui/chromeos/login/hid_detection_screen_handler.h |
| diff --git a/chrome/browser/ui/webui/chromeos/login/hid_detection_screen_handler.h b/chrome/browser/ui/webui/chromeos/login/hid_detection_screen_handler.h |
| index 5c779abb99ca69fae0b422052f6479d39e878e4d..8406d3d3f57c2823833f573ff45b0f632183f631 100644 |
| --- a/chrome/browser/ui/webui/chromeos/login/hid_detection_screen_handler.h |
| +++ b/chrome/browser/ui/webui/chromeos/login/hid_detection_screen_handler.h |
| @@ -191,7 +191,7 @@ class HIDDetectionScreenHandler |
| // Default bluetooth adapter, used for all operations. |
| scoped_refptr<device::BluetoothAdapter> adapter_; |
| - InputServiceProxy input_service_proxy_; |
| + InputServiceProxy* input_service_proxy_; |
|
Nikita (slow)
2015/02/11 14:53:08
scoped_ptr<>
merkulova
2015/02/13 10:00:04
Done.
|
| // The current device discovery session. Only one active discovery session is |
| // kept at a time and the instance that |discovery_session_| points to gets |