diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-23 23:02:14 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-23 23:02:14 +0000 |
commit | 1df9dda059dca5fa86bbb28d36b7c088612af2ab (patch) | |
tree | e575dc110a2869d045347c5def9ef4b2e61379fd /base/system_monitor/system_monitor.h | |
parent | bb149f89c5d24d3cdc420e7de2635a72a403c3a5 (diff) | |
download | chromium_src-1df9dda059dca5fa86bbb28d36b7c088612af2ab.zip chromium_src-1df9dda059dca5fa86bbb28d36b7c088612af2ab.tar.gz chromium_src-1df9dda059dca5fa86bbb28d36b7c088612af2ab.tar.bz2 |
Change SystemMonitor::GetAttachedMediaDevices() to return a vector instead of a vector*.
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10388244
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138645 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/system_monitor/system_monitor.h')
-rw-r--r-- | base/system_monitor/system_monitor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/system_monitor/system_monitor.h b/base/system_monitor/system_monitor.h index d88ef09..7bff799 100644 --- a/base/system_monitor/system_monitor.h +++ b/base/system_monitor/system_monitor.h @@ -160,7 +160,7 @@ class BASE_EXPORT SystemMonitor { void ProcessMediaDeviceDetached(const DeviceIdType& id); // Returns information for attached media devices. - std::vector<MediaDeviceInfo>* GetAttachedMediaDevices() const; + std::vector<MediaDeviceInfo> GetAttachedMediaDevices() const; // Enters or leaves a period of time with a given |requirement|. If the // operation has multiple requirements, make sure to use a unique |reason| for |