Index: remoting/base/audio_capture_data.cc |
diff --git a/remoting/base/audio_capture_data.cc b/remoting/base/audio_capture_data.cc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7a98817e8d38d7a74f229d06a510ee827dd51c09 |
--- /dev/null |
+++ b/remoting/base/audio_capture_data.cc |
@@ -0,0 +1,13 @@ |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#include "remoting/base/audio_capture_data.h" |
+ |
+namespace remoting { |
+ |
+AudioCaptureData::AudioCaptureData() {} |
+ |
+AudioCaptureData::~AudioCaptureData() {} |
+ |
+} // namespace remoting |