| Index: chrome/browser/plugin_service.cc
|
| diff --git a/chrome/browser/plugin_service.cc b/chrome/browser/plugin_service.cc
|
| index 0112a4fb81c69027bdc31586ba265362812b8896..c87f3fd666b6eadc2e256d767b782cf0b6289e2d 100644
|
| --- a/chrome/browser/plugin_service.cc
|
| +++ b/chrome/browser/plugin_service.cc
|
| @@ -226,7 +226,7 @@ void PluginService::OpenChannelToPlugin(
|
| ResourceMessageFilter* renderer_msg_filter,
|
| const GURL& url,
|
| const std::string& mime_type,
|
| - const std::wstring& locale,
|
| + const std::string& locale,
|
| IPC::Message* reply_msg) {
|
| DCHECK(ChromeThread::CurrentlyOn(ChromeThread::IO));
|
| bool allow_wildcard = true;
|
|
|