| Index: chrome/browser/extensions/extension_host.cc
|
| diff --git a/chrome/browser/extensions/extension_host.cc b/chrome/browser/extensions/extension_host.cc
|
| index e578c271cfd4a27cd4448dd96df3f4d8b4f7df63..2f7750ed38501db4f3aacd45324629a4aeb3010e 100644
|
| --- a/chrome/browser/extensions/extension_host.cc
|
| +++ b/chrome/browser/extensions/extension_host.cc
|
| @@ -347,7 +347,7 @@ void ExtensionHost::InsertInfobarCSS() {
|
| IDR_EXTENSIONS_INFOBAR_CSS));
|
|
|
| render_view_host()->Send(new ViewMsg_CSSInsertRequest(
|
| - render_view_host()->routing_id(), L"", css.as_string()));
|
| + render_view_host()->routing_id(), string16(), css.as_string()));
|
| }
|
|
|
| void ExtensionHost::DisableScrollbarsForSmallWindows(
|
|
|