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

Unified Diff: device/serial/serial_device_enumerator.h

Issue 363583002: Convert SerialIoHandler to use Mojo types. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove "default" case Created 6 years, 6 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/serial/serial.mojom ('k') | device/serial/serial_device_enumerator_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/serial/serial_device_enumerator.h
diff --git a/device/serial/serial_device_enumerator.h b/device/serial/serial_device_enumerator.h
index c1245c73d6b0fd565b7a8651acae0e026e892ef5..77e2ae5d6c85dd846af4afb26a022fccf77195aa 100644
--- a/device/serial/serial_device_enumerator.h
+++ b/device/serial/serial_device_enumerator.h
@@ -19,7 +19,7 @@ class SerialDeviceEnumerator {
SerialDeviceEnumerator();
virtual ~SerialDeviceEnumerator();
- virtual mojo::Array<SerialDeviceInfoPtr> GetDevices() = 0;
+ virtual mojo::Array<serial::DeviceInfoPtr> GetDevices() = 0;
};
} // namespace device
« no previous file with comments | « device/serial/serial.mojom ('k') | device/serial/serial_device_enumerator_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698