| Index: webrtc/modules/utility/interface/helpers_ios.h
|
| diff --git a/webrtc/modules/utility/interface/helpers_ios.h b/webrtc/modules/utility/interface/helpers_ios.h
|
| index a5edee0279575f7f9b110e72aa37fa3b6c208547..6013ee9c14f09276fa27cdc2a4d8e54f5e0a9a6c 100644
|
| --- a/webrtc/modules/utility/interface/helpers_ios.h
|
| +++ b/webrtc/modules/utility/interface/helpers_ios.h
|
| @@ -8,8 +8,10 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_MODULES_UTILITY_INTERFACE_HELPERS_IOS_H_
|
| -#define WEBRTC_MODULES_UTILITY_INTERFACE_HELPERS_IOS_H_
|
| +#ifndef WEBRTC_MODULES_UTILITY_INCLUDE_HELPERS_IOS_H_
|
| +#define WEBRTC_MODULES_UTILITY_INCLUDE_HELPERS_IOS_H_
|
| +
|
| +#pragma message("WARNING: utility/interface is DEPRECATED; use utility/include")
|
|
|
| #if defined(WEBRTC_IOS)
|
|
|
| @@ -56,4 +58,4 @@ std::string GetDeviceName();
|
|
|
| #endif // defined(WEBRTC_IOS)
|
|
|
| -#endif // WEBRTC_MODULES_UTILITY_INTERFACE_HELPERS_IOS_H_
|
| +#endif // WEBRTC_MODULES_UTILITY_INCLUDE_HELPERS_IOS_H_
|
|
|