| Index: webrtc/modules/utility/interface/audio_frame_operations.h
|
| diff --git a/webrtc/modules/utility/interface/audio_frame_operations.h b/webrtc/modules/utility/interface/audio_frame_operations.h
|
| index c2af68ab1bea62cefa2940c53338e9565b42502b..017352afc66c52a4b9f8a384b00d279d867e1935 100644
|
| --- a/webrtc/modules/utility/interface/audio_frame_operations.h
|
| +++ b/webrtc/modules/utility/interface/audio_frame_operations.h
|
| @@ -8,8 +8,10 @@
|
| * 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_
|
| +
|
| +#pragma message("WARNING: utility/interface is DEPRECATED; use utility/include")
|
|
|
| #include "webrtc/typedefs.h"
|
|
|
| @@ -55,4 +57,4 @@ class AudioFrameOperations {
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // #ifndef WEBRTC_VOICE_ENGINE_AUDIO_FRAME_OPERATIONS_H_
|
| +#endif // #ifndef WEBRTC_MODULES_UTILITY_INCLUDE_AUDIO_FRAME_OPERATIONS_H_
|
|
|