Index: remoting/host/audio_capturer_win.h |
diff --git a/remoting/host/audio_capturer_win.h b/remoting/host/audio_capturer_win.h |
index bfd9803133947244294f463b20df4ce627319ac9..6f22a1766ccbddbb81ef8dccaed0e12a187d968b 100644 |
--- a/remoting/host/audio_capturer_win.h |
+++ b/remoting/host/audio_capturer_win.h |
@@ -2,6 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#ifndef REMOTING_HOST_AUDIO_CAPTURER_WIN_H_ |
+#define REMOTING_HOST_AUDIO_CAPTURER_WIN_H_ |
+ |
#include <audioclient.h> |
#include <mmdeviceapi.h> |
@@ -52,3 +55,5 @@ class AudioCapturerWin : public AudioCapturer { |
}; |
} // namespace remoting |
+ |
+#endif // REMOTING_HOST_AUDIO_CAPTURER_WIN_H_ |