| Index: device/usb/usb_context.h
|
| diff --git a/device/usb/usb_context.h b/device/usb/usb_context.h
|
| index b628b4bfafb01d55828c823167d22aa7088a1ddf..67ae11c588b11c330a75921b83930090c1c413b2 100644
|
| --- a/device/usb/usb_context.h
|
| +++ b/device/usb/usb_context.h
|
| @@ -33,8 +33,9 @@ class UsbContext : public base::RefCountedThreadSafe<UsbContext> {
|
|
|
| private:
|
| class UsbEventHandler;
|
| +
|
| PlatformUsbContext context_;
|
| - UsbEventHandler* event_handler_;
|
| + scoped_ptr<UsbEventHandler> event_handler_;
|
| base::ThreadChecker thread_checker_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(UsbContext);
|
|
|