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

Unified Diff: device/serial/serial_device_enumerator_linux.h

Issue 2607063002: Remove mojo::Array. (Closed)
Patch Set: rebase Created 3 years, 11 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
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 a887d505c1899ac015593b4372608b107c0e0110..1acc8e461621dfc2c86e3b6211589f9ddd559164 100644
--- a/device/serial/serial_device_enumerator_linux.h
+++ b/device/serial/serial_device_enumerator_linux.h
@@ -18,7 +18,7 @@ class SerialDeviceEnumeratorLinux : public SerialDeviceEnumerator {
~SerialDeviceEnumeratorLinux() override;
// Implementation for SerialDeviceEnumerator.
- mojo::Array<serial::DeviceInfoPtr> GetDevices() override;
+ std::vector<serial::DeviceInfoPtr> GetDevices() override;
private:
ScopedUdevPtr udev_;

Powered by Google App Engine
This is Rietveld 408576698