Remove duplicate implementations of string conversion methods.

BUG=webrtc:4773

Review-Url: https://codereview.webrtc.org/2583853002
Cr-Commit-Position: refs/heads/master@{#15957}
This commit is contained in:
kthelgason
2017-01-09 01:40:03 -08:00
committed by Commit bot
parent 62ffe9a339
commit c1b661eee0
4 changed files with 9 additions and 15 deletions

View File

@ -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.