| Index: device/hid/hid_service_linux.h
|
| diff --git a/device/hid/hid_service_linux.h b/device/hid/hid_service_linux.h
|
| index 59b6036d8b83e0977c84a238e922bfdaf50e1ae8..fd833b6e30eab22455d8569b7b6b6398f87b691a 100644
|
| --- a/device/hid/hid_service_linux.h
|
| +++ b/device/hid/hid_service_linux.h
|
| @@ -50,8 +50,8 @@ class HidServiceLinux : public HidService {
|
|
|
| // The helper lives on the FILE thread and holds a weak reference back to the
|
| // service that owns it.
|
| - base::WeakPtrFactory<HidServiceLinux> weak_factory_;
|
| scoped_ptr<Helper> helper_;
|
| + base::WeakPtrFactory<HidServiceLinux> weak_factory_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(HidServiceLinux);
|
| };
|
|
|