| Index: chrome/plugin/chrome_content_plugin_client.cc
|
| diff --git a/chrome/plugin/chrome_content_plugin_client.cc b/chrome/plugin/chrome_content_plugin_client.cc
|
| index 4e1dee7d4b1e43f2835e6bf5feb0d5e140cb386d..a16fa163cff28caf30dc47cd9d26db1575034523 100644
|
| --- a/chrome/plugin/chrome_content_plugin_client.cc
|
| +++ b/chrome/plugin/chrome_content_plugin_client.cc
|
| @@ -30,7 +30,7 @@ void ChromeContentPluginClient::PreSandboxInitialization() {
|
| crypto::EnsureNSSInit();
|
| #elif defined(OS_WIN)
|
| // crypt32.dll is used to decode X509 certificates for Chromoting.
|
| - std::string error;
|
| + base::NativeLibraryLoadError error = 0;
|
| if (base::LoadNativeLibrary(base::FilePath(L"crypt32.dll"), &error) == NULL)
|
| LOG(ERROR) << "Failed to load crypto32.dll: " << error;
|
| #endif // defined(OS_WIN)
|
|
|