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

Unified Diff: base/native_library_ios.mm

Issue 2048523002: Fix base::GetNativeLibraryName() for Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@native_lib_clean
Patch Set: Remove string16 version of GetNativeLibraryName Created 4 years, 6 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
Index: base/native_library_ios.mm
diff --git a/base/native_library_ios.mm b/base/native_library_ios.mm
index 6ae7580d48d704882a0b2b7f65e6ae47e7a87a2f..eda64f750e9a0a174ab1a4d30456e7b0cc869c9c 100644
--- a/base/native_library_ios.mm
+++ b/base/native_library_ios.mm
@@ -35,7 +35,7 @@ void* GetFunctionPointerFromNativeLibrary(NativeLibrary library,
}
// static
-string16 GetNativeLibraryName(StringPiece16 name) {
+std::string GetNativeLibraryName(StringPiece name) {
return name.as_string();
}
« base/native_library.h ('K') | « base/native_library.h ('k') | base/native_library_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698