| Index: content/browser/frame_host/debug_urls.cc
|
| diff --git a/content/browser/frame_host/debug_urls.cc b/content/browser/frame_host/debug_urls.cc
|
| index 7cb11e8d7f91a8c1b76cf43ce2cca2b6e17c97fb..3322e51a20f0931c78e240515a7d50486ee26a63 100644
|
| --- a/content/browser/frame_host/debug_urls.cc
|
| +++ b/content/browser/frame_host/debug_urls.cc
|
| @@ -24,7 +24,8 @@ void HandlePpapiFlashDebugURL(const GURL& url) {
|
| bool crash = url == GURL(kChromeUIPpapiFlashCrashURL);
|
|
|
| std::vector<PpapiPluginProcessHost*> hosts;
|
| - PpapiPluginProcessHost::FindByName(UTF8ToUTF16(kFlashPluginName), &hosts);
|
| + PpapiPluginProcessHost::FindByName(
|
| + base::UTF8ToUTF16(kFlashPluginName), &hosts);
|
| for (std::vector<PpapiPluginProcessHost*>::iterator iter = hosts.begin();
|
| iter != hosts.end(); ++iter) {
|
| if (crash)
|
|
|