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

Unified Diff: extensions/browser/api/usb/usb_apitest.cc

Issue 1104543004: Update {virtual,override} to follow C++11 style in extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « extensions/browser/api/socket/socket_api.h ('k') | extensions/browser/browser_context_keyed_api_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/usb/usb_apitest.cc
diff --git a/extensions/browser/api/usb/usb_apitest.cc b/extensions/browser/api/usb/usb_apitest.cc
index affc107661860f74a50edb64385d9bb5ae4edbb8..a1bdc83d8cb331ed55c63f3d4f59738fd7efdd9d 100644
--- a/extensions/browser/api/usb/usb_apitest.cc
+++ b/extensions/browser/api/usb/usb_apitest.cc
@@ -130,9 +130,7 @@ class MockUsbDeviceHandle : public UsbDeviceHandle {
int alternate_setting,
const ResultCallback& callback));
- virtual scoped_refptr<UsbDevice> GetDevice() const override {
- return device_;
- }
+ scoped_refptr<UsbDevice> GetDevice() const override { return device_; }
void set_device(UsbDevice* device) { device_ = device; }
« no previous file with comments | « extensions/browser/api/socket/socket_api.h ('k') | extensions/browser/browser_context_keyed_api_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698