| Index: base/native_library_posix.cc
|
| diff --git a/base/native_library_posix.cc b/base/native_library_posix.cc
|
| index dfa20fc01cf78ef6ab2061f3eefb32d3c8f324c0..4027841565164ac0c843dd35214a93aa3a47fa0e 100644
|
| --- a/base/native_library_posix.cc
|
| +++ b/base/native_library_posix.cc
|
| @@ -15,7 +15,7 @@ namespace base {
|
|
|
| // static
|
| NativeLibrary LoadNativeLibrary(const FilePath& library_path,
|
| - std::string* error) {
|
| + NativeLibraryLoadError* error) {
|
| // dlopen() opens the file off disk.
|
| base::ThreadRestrictions::AssertIOAllowed();
|
|
|
|
|