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

Unified Diff: device/serial/serial_device_enumerator_linux.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_device_enumerator.h ('k') | device/serial/serial_device_enumerator_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/serial/serial_device_enumerator_linux.h
diff --git a/device/serial/serial_device_enumerator_linux.h b/device/serial/serial_device_enumerator_linux.h
index 0b34fe841dede3b8f983d3522c2a3e19499e21b0..193475d9c4f29c797737ce95c173b89c6053206e 100644
--- a/device/serial/serial_device_enumerator_linux.h
+++ b/device/serial/serial_device_enumerator_linux.h
@@ -19,7 +19,7 @@ class SerialDeviceEnumeratorLinux : public SerialDeviceEnumerator {
virtual ~SerialDeviceEnumeratorLinux();
// Implementation for SerialDeviceEnumerator.
- virtual mojo::Array<SerialDeviceInfoPtr> GetDevices() OVERRIDE;
+ virtual mojo::Array<serial::DeviceInfoPtr> GetDevices() OVERRIDE;
private:
struct UdevDeleter {
« no previous file with comments | « device/serial/serial_device_enumerator.h ('k') | device/serial/serial_device_enumerator_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698