| Index: webrtc/voice_engine/file_recorder.h
|
| diff --git a/webrtc/modules/utility/include/file_recorder.h b/webrtc/voice_engine/file_recorder.h
|
| similarity index 91%
|
| rename from webrtc/modules/utility/include/file_recorder.h
|
| rename to webrtc/voice_engine/file_recorder.h
|
| index 6d4d3213548c2a711c3c661e1be94e400c72bd29..c4195d0ebad453e24dc864f40cd5d16f7af2eaa3 100644
|
| --- a/webrtc/modules/utility/include/file_recorder.h
|
| +++ b/webrtc/voice_engine/file_recorder.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_MODULES_UTILITY_INCLUDE_FILE_RECORDER_H_
|
| -#define WEBRTC_MODULES_UTILITY_INCLUDE_FILE_RECORDER_H_
|
| +#ifndef WEBRTC_VOICE_ENGINE_FILE_RECORDER_H_
|
| +#define WEBRTC_VOICE_ENGINE_FILE_RECORDER_H_
|
|
|
| #include <memory>
|
|
|
| @@ -54,4 +54,4 @@ class FileRecorder {
|
| };
|
|
|
| } // namespace webrtc
|
| -#endif // WEBRTC_MODULES_UTILITY_INCLUDE_FILE_RECORDER_H_
|
| +#endif // WEBRTC_VOICE_ENGINE_FILE_RECORDER_H_
|
|
|