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

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

Issue 2583853002: Remove duplicate implementations of string conversion methods. (Closed)
Patch Set: rebase Created 3 years, 11 months 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 | « no previous file | webrtc/test/BUILD.gn » ('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/sdk/objc/Framework/Classes/helpers.h b/webrtc/sdk/objc/Framework/Classes/helpers.h
index 7802812c04ccf37801ee598412714aec6b4ac02f..35a228f58c85e0d1296b335bdf78395b1b9d6f39 100644
--- a/webrtc/sdk/objc/Framework/Classes/helpers.h
+++ b/webrtc/sdk/objc/Framework/Classes/helpers.h
@@ -20,6 +20,7 @@ namespace ios {
bool CheckAndLogError(BOOL success, NSError* error);
+NSString *NSStringFromStdString(const std::string& stdString);
std::string StdStringFromNSString(NSString* nsString);
// Return thread ID as a string.
« no previous file with comments | « no previous file | webrtc/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698