| Index: content/common/plugin_list_posix.cc
|
| diff --git a/content/common/plugin_list_posix.cc b/content/common/plugin_list_posix.cc
|
| index 72a931073c41abdf3affa45bb357e78bba99cba8..bd47c1a692693330c06717a4f4edeb95e5c2a9fa 100644
|
| --- a/content/common/plugin_list_posix.cc
|
| +++ b/content/common/plugin_list_posix.cc
|
| @@ -240,7 +240,7 @@ void UnwrapNSPluginWrapper(void **dl, base::FilePath* unwrapped_path) {
|
| return;
|
| }
|
|
|
| - std::string error;
|
| + base::NativeLibraryLoadError error = 0;
|
| void* newdl = base::LoadNativeLibrary(path, &error);
|
| if (!newdl) {
|
| // We couldn't load the unwrapped plugin for some reason, despite
|
|
|