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

Unified Diff: webrtc/modules/audio_device/ios/helpers_ios.h

Issue 2526273002: Move helpers_ios.cc/.h (Closed)
Patch Set: Created 4 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/audio_device/ios/audio_device_ios.mm ('k') | webrtc/modules/audio_device/ios/helpers_ios.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_device/ios/helpers_ios.h
diff --git a/webrtc/modules/utility/include/helpers_ios.h b/webrtc/modules/audio_device/ios/helpers_ios.h
similarity index 92%
rename from webrtc/modules/utility/include/helpers_ios.h
rename to webrtc/modules/audio_device/ios/helpers_ios.h
index 1b692f18c18b56ae907007d5e330627dfb2d091d..62560462171bf36967e151e77f2872753521074c 100644
--- a/webrtc/modules/utility/include/helpers_ios.h
+++ b/webrtc/modules/audio_device/ios/helpers_ios.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_MODULES_UTILITY_INCLUDE_HELPERS_IOS_H_
-#define WEBRTC_MODULES_UTILITY_INCLUDE_HELPERS_IOS_H_
+#ifndef WEBRTC_MODULES_AUDIO_DEVICE_IOS_HELPERS_IOS_H_
+#define WEBRTC_MODULES_AUDIO_DEVICE_IOS_HELPERS_IOS_H_
#if defined(WEBRTC_IOS)
@@ -74,4 +74,4 @@ bool GetLowPowerModeEnabled();
#endif // defined(WEBRTC_IOS)
-#endif // WEBRTC_MODULES_UTILITY_INCLUDE_HELPERS_IOS_H_
+#endif // WEBRTC_MODULES_AUDIO_DEVICE_IOS_HELPERS_IOS_H_
« no previous file with comments | « webrtc/modules/audio_device/ios/audio_device_ios.mm ('k') | webrtc/modules/audio_device/ios/helpers_ios.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698