Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(250)

Unified Diff: webrtc/modules/utility/include/audio_frame_operations.h

Issue 1417683006: modules: more interface -> include renames (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix last incorrectly wrapped pragma message Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/modules/utility/BUILD.gn ('k') | webrtc/modules/utility/include/file_player.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/utility/include/audio_frame_operations.h
diff --git a/webrtc/modules/utility/interface/audio_frame_operations.h b/webrtc/modules/utility/include/audio_frame_operations.h
similarity index 91%
copy from webrtc/modules/utility/interface/audio_frame_operations.h
copy to webrtc/modules/utility/include/audio_frame_operations.h
index c2af68ab1bea62cefa2940c53338e9565b42502b..1551d8689422f50760ca5e5bcc53027bcfc22473 100644
--- a/webrtc/modules/utility/interface/audio_frame_operations.h
+++ b/webrtc/modules/utility/include/audio_frame_operations.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_VOICE_ENGINE_AUDIO_FRAME_OPERATIONS_H_
-#define WEBRTC_VOICE_ENGINE_AUDIO_FRAME_OPERATIONS_H_
+#ifndef WEBRTC_MODULES_UTILITY_INCLUDE_AUDIO_FRAME_OPERATIONS_H_
+#define WEBRTC_MODULES_UTILITY_INCLUDE_AUDIO_FRAME_OPERATIONS_H_
#include "webrtc/typedefs.h"
@@ -55,4 +55,4 @@ class AudioFrameOperations {
} // namespace webrtc
-#endif // #ifndef WEBRTC_VOICE_ENGINE_AUDIO_FRAME_OPERATIONS_H_
+#endif // #ifndef WEBRTC_MODULES_UTILITY_INCLUDE_AUDIO_FRAME_OPERATIONS_H_
« no previous file with comments | « webrtc/modules/utility/BUILD.gn ('k') | webrtc/modules/utility/include/file_player.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698