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

Unified Diff: device/serial/serial_device_enumerator_win.h

Issue 311313002: Convert SerialDeviceInfo to a Mojo struct. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments 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_mac.cc ('k') | device/serial/serial_device_enumerator_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/serial/serial_device_enumerator_win.h
diff --git a/device/serial/serial_device_enumerator_win.h b/device/serial/serial_device_enumerator_win.h
index 4d36c40aaf0f8bca3b32d595085c9443084456cb..082b8f92b73bc3b6f8cddd4bd2e0cab72e405530 100644
--- a/device/serial/serial_device_enumerator_win.h
+++ b/device/serial/serial_device_enumerator_win.h
@@ -6,7 +6,6 @@
#define DEVICE_SERIAL_SERIAL_DEVICE_ENUMERATOR_WIN_H_
#include "device/serial/serial_device_enumerator.h"
-#include "device/serial/serial_device_info.h"
namespace device {
@@ -17,7 +16,7 @@ class SerialDeviceEnumeratorWin : public SerialDeviceEnumerator {
virtual ~SerialDeviceEnumeratorWin();
// Implementation for SerialDeviceEnumerator.
- virtual void GetDevices(SerialDeviceInfoList* devices) OVERRIDE;
+ virtual mojo::Array<SerialDeviceInfoPtr> GetDevices() OVERRIDE;
private:
DISALLOW_COPY_AND_ASSIGN(SerialDeviceEnumeratorWin);
« no previous file with comments | « device/serial/serial_device_enumerator_mac.cc ('k') | device/serial/serial_device_enumerator_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698