Index: chromeos/dbus/audio_node.h |
diff --git a/chromeos/dbus/audio_node.h b/chromeos/dbus/audio_node.h |
index fd4b231a1251ff18313262d21157c42479bc8d90..ea48c00db5e244e667bbf0b19dbba334bfcf99d5 100644 |
--- a/chromeos/dbus/audio_node.h |
+++ b/chromeos/dbus/audio_node.h |
@@ -20,6 +20,7 @@ struct CHROMEOS_EXPORT AudioNode { |
std::string device_name; |
std::string type; |
std::string name; |
+ std::string mic_positions; |
bool active; |
// Time that the node was plugged in. |
uint64 plugged_time; |
@@ -32,6 +33,7 @@ struct CHROMEOS_EXPORT AudioNode { |
std::string name, |
bool active, |
uint64 plugged_time); |
+ ~AudioNode(); |
std::string ToString() const; |
}; |