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

Unified Diff: webrtc/modules/utility/interface/helpers_ios.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/interface/helpers_android.h ('k') | webrtc/modules/utility/interface/jvm_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « webrtc/modules/utility/interface/helpers_android.h ('k') | webrtc/modules/utility/interface/jvm_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698