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

Unified Diff: extensions/shell/browser/shell_device_client.h

Issue 1155163008: Build a basic Mojo service framework for device/usb (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DISALLOW Created 5 years, 7 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 | « device/usb/usb.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/browser/shell_device_client.h
diff --git a/extensions/shell/browser/shell_device_client.h b/extensions/shell/browser/shell_device_client.h
index be3ac30a0b2fce783d87db61fe662238d279793a..b3bec78a03a511bbaea69b6b10ea317db91fcf21 100644
--- a/extensions/shell/browser/shell_device_client.h
+++ b/extensions/shell/browser/shell_device_client.h
@@ -17,7 +17,7 @@ namespace extensions {
class ShellDeviceClient : device::DeviceClient {
public:
ShellDeviceClient();
- virtual ~ShellDeviceClient();
+ ~ShellDeviceClient() override;
// device::DeviceClient implementation
device::UsbService* GetUsbService() override;
« no previous file with comments | « device/usb/usb.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698