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

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

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/objc/Framework/Classes/helpers.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sdk/objc/Framework/Classes/helpers.mm
diff --git a/webrtc/modules/audio_device/ios/helpers_ios.mm b/webrtc/sdk/objc/Framework/Classes/helpers.mm
similarity index 97%
rename from webrtc/modules/audio_device/ios/helpers_ios.mm
rename to webrtc/sdk/objc/Framework/Classes/helpers.mm
index 9a976c0384fc17cb3d76e945024b49ba50e9fc81..3f04421a58f9ba7d5eb406803e9bab4087a5e3a3 100644
--- a/webrtc/modules/audio_device/ios/helpers_ios.mm
+++ b/webrtc/sdk/objc/Framework/Classes/helpers.mm
@@ -19,7 +19,7 @@
#include "webrtc/base/checks.h"
#include "webrtc/base/logging.h"
-#include "webrtc/modules/audio_device/ios/helpers_ios.h"
+#include "webrtc/sdk/objc/Framework/Classes/helpers.h"
namespace webrtc {
namespace ios {
@@ -86,8 +86,6 @@ const char* LookUpRealName(const char* raw_name) {
return "";
}
-// TODO(henrika): move to shared location.
-// See https://code.google.com/p/webrtc/issues/detail?id=4773 for details.
NSString* NSStringFromStdString(const std::string& stdString) {
// std::string may contain null termination character so we construct
// using length.
« no previous file with comments | « webrtc/sdk/objc/Framework/Classes/helpers.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698