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

Unified Diff: webrtc/sdk/objc/Framework/Classes/helpers.h

Issue 2572743004: Move ios_helpers to sdk folder (Closed)
Patch Set: Created 4 years 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/sdk/BUILD.gn ('k') | webrtc/sdk/objc/Framework/Classes/helpers.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sdk/objc/Framework/Classes/helpers.h
diff --git a/webrtc/modules/audio_device/ios/helpers_ios.h b/webrtc/sdk/objc/Framework/Classes/helpers.h
similarity index 92%
rename from webrtc/modules/audio_device/ios/helpers_ios.h
rename to webrtc/sdk/objc/Framework/Classes/helpers.h
index 62560462171bf36967e151e77f2872753521074c..7802812c04ccf37801ee598412714aec6b4ac02f 100644
--- a/webrtc/modules/audio_device/ios/helpers_ios.h
+++ b/webrtc/sdk/objc/Framework/Classes/helpers.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_MODULES_AUDIO_DEVICE_IOS_HELPERS_IOS_H_
-#define WEBRTC_MODULES_AUDIO_DEVICE_IOS_HELPERS_IOS_H_
+#ifndef WEBRTC_SDK_OBJC_FRAMEWORK_CLASSES_HELPERS_H_
+#define WEBRTC_SDK_OBJC_FRAMEWORK_CLASSES_HELPERS_H_
#if defined(WEBRTC_IOS)
@@ -74,4 +74,4 @@ bool GetLowPowerModeEnabled();
#endif // defined(WEBRTC_IOS)
-#endif // WEBRTC_MODULES_AUDIO_DEVICE_IOS_HELPERS_IOS_H_
+#endif // WEBRTC_SDK_OBJC_FRAMEWORK_CLASSES_HELPERS_H_
« no previous file with comments | « webrtc/sdk/BUILD.gn ('k') | webrtc/sdk/objc/Framework/Classes/helpers.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698