summaryrefslogtreecommitdiffstats
path: root/remoting/host/audio_capturer_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/audio_capturer_linux.h')
-rw-r--r--remoting/host/audio_capturer_linux.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/remoting/host/audio_capturer_linux.h b/remoting/host/audio_capturer_linux.h
index b52f1ff..466ccf6 100644
--- a/remoting/host/audio_capturer_linux.h
+++ b/remoting/host/audio_capturer_linux.h
@@ -10,7 +10,9 @@
#include "remoting/host/audio_silence_detector.h"
#include "remoting/host/linux/audio_pipe_reader.h"
+namespace base {
class FilePath;
+}
namespace remoting {
@@ -24,7 +26,7 @@ class AudioCapturerLinux : public AudioCapturer,
// to read from the pipe.
static void InitializePipeReader(
scoped_refptr<base::SingleThreadTaskRunner> task_runner,
- const FilePath& pipe_name);
+ const base::FilePath& pipe_name);
explicit AudioCapturerLinux(
scoped_refptr<AudioPipeReader> pipe_reader);