| Index: chrome/browser/usb/usb_device.h
|
| diff --git a/chrome/browser/usb/usb_device.h b/chrome/browser/usb/usb_device.h
|
| index 2ed50873de433c733c462ee8f717c10987df88d6..fd89288e68b2e63845e2535fef2f626b5d18e59f 100644
|
| --- a/chrome/browser/usb/usb_device.h
|
| +++ b/chrome/browser/usb/usb_device.h
|
| @@ -136,7 +136,7 @@ class UsbDevice : public base::RefCounted<UsbDevice> {
|
| base::Lock lock_;
|
| std::map<PlatformUsbTransferHandle, Transfer> transfers_;
|
|
|
| - DISALLOW_EVIL_CONSTRUCTORS(UsbDevice);
|
| + DISALLOW_COPY_AND_ASSIGN(UsbDevice);
|
| };
|
|
|
| #endif // CHROME_BROWSER_USB_USB_DEVICE_H_
|
|
|