| Index: components/plugins/renderer/mobile_youtube_plugin.cc
|
| diff --git a/components/plugins/renderer/mobile_youtube_plugin.cc b/components/plugins/renderer/mobile_youtube_plugin.cc
|
| index 7ed4540ea14e954ff02a76693684ef27e91ac301..ac726074bafe4056e60eafa4c1d92e1ce700a4b2 100644
|
| --- a/components/plugins/renderer/mobile_youtube_plugin.cc
|
| +++ b/components/plugins/renderer/mobile_youtube_plugin.cc
|
| @@ -94,7 +94,8 @@ bool MobileYouTubePlugin::IsYouTubeURL(const GURL& url,
|
| EndsWith(host, "youtube-nocookie.com", true);
|
|
|
| return is_youtube && IsValidYouTubeVideo(url.path()) &&
|
| - LowerCaseEqualsASCII(mime_type, content::kFlashPluginSwfMimeType);
|
| + base::LowerCaseEqualsASCII(mime_type,
|
| + content::kFlashPluginSwfMimeType);
|
| }
|
|
|
| void MobileYouTubePlugin::OpenYoutubeUrlCallback() {
|
|
|