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

Unified Diff: chrome/browser/usb/usb_service.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 | « chrome/browser/usb/usb_device.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/usb/usb_service.h
diff --git a/chrome/browser/usb/usb_service.h b/chrome/browser/usb/usb_service.h
index 8197322169171d9e0ca3d7846f84c37143867c83..e2c975fdd588beae6a8b7be75ec3031eb4024462 100644
--- a/chrome/browser/usb/usb_service.h
+++ b/chrome/browser/usb/usb_service.h
@@ -58,7 +58,7 @@ class UsbService : public ProfileKeyedService {
DeviceMap;
DeviceMap devices_;
- DISALLOW_EVIL_CONSTRUCTORS(UsbService);
+ DISALLOW_COPY_AND_ASSIGN(UsbService);
};
#endif // CHROME_BROWSER_USB_USB_SERVICE_H_
« no previous file with comments | « chrome/browser/usb/usb_device.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698