Index: webrtc/voice_engine/file_player.h |
diff --git a/webrtc/modules/utility/include/file_player.h b/webrtc/voice_engine/file_player.h |
similarity index 94% |
rename from webrtc/modules/utility/include/file_player.h |
rename to webrtc/voice_engine/file_player.h |
index 0020514ab3e1a0cda58a363329f1fe005dd90c23..74c8145a6df01ba3e7c0d68991ceb385c2ef789c 100644 |
--- a/webrtc/modules/utility/include/file_player.h |
+++ b/webrtc/voice_engine/file_player.h |
@@ -8,8 +8,8 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_MODULES_UTILITY_INCLUDE_FILE_PLAYER_H_ |
-#define WEBRTC_MODULES_UTILITY_INCLUDE_FILE_PLAYER_H_ |
+#ifndef WEBRTC_VOICE_ENGINE_FILE_PLAYER_H_ |
+#define WEBRTC_VOICE_ENGINE_FILE_PLAYER_H_ |
#include <memory> |
@@ -78,4 +78,4 @@ class FilePlayer { |
virtual int32_t SetAudioScaling(float scaleFactor) = 0; |
}; |
} // namespace webrtc |
-#endif // WEBRTC_MODULES_UTILITY_INCLUDE_FILE_PLAYER_H_ |
+#endif // WEBRTC_VOICE_ENGINE_FILE_PLAYER_H_ |