Index: webrtc/modules/utility/interface/helpers_android.h |
diff --git a/webrtc/modules/utility/interface/helpers_android.h b/webrtc/modules/utility/interface/helpers_android.h |
index 5c73fe45662b8d2e2a9c20073ee3aa70f3c88e0b..80dd676faac7d0712ddd9fef8086edcb1c996d91 100644 |
--- a/webrtc/modules/utility/interface/helpers_android.h |
+++ b/webrtc/modules/utility/interface/helpers_android.h |
@@ -8,8 +8,10 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_MODULES_UTILITY_INTERFACE_HELPERS_ANDROID_H_ |
-#define WEBRTC_MODULES_UTILITY_INTERFACE_HELPERS_ANDROID_H_ |
+#ifndef WEBRTC_MODULES_UTILITY_INCLUDE_HELPERS_ANDROID_H_ |
+#define WEBRTC_MODULES_UTILITY_INCLUDE_HELPERS_ANDROID_H_ |
+ |
+#pragma message("WARNING: utility/interface is DEPRECATED; use utility/include") |
#include <jni.h> |
#include <string> |
@@ -84,4 +86,4 @@ class ScopedGlobalRef { |
} // namespace webrtc |
-#endif // WEBRTC_MODULES_UTILITY_INTERFACE_HELPERS_ANDROID_H_ |
+#endif // WEBRTC_MODULES_UTILITY_INCLUDE_HELPERS_ANDROID_H_ |