Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1314)

Unified Diff: chrome/browser/usb/usb_device.h

Issue 10991039: Fixing use of deprecated DISALLOW_EVIL_CONSTRUCTORS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/usb/usb_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « no previous file | chrome/browser/usb/usb_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698