Index: trunk/src/components/plugins/renderer/mobile_youtube_plugin.cc |
=================================================================== |
--- trunk/src/components/plugins/renderer/mobile_youtube_plugin.cc (revision 289319) |
+++ trunk/src/components/plugins/renderer/mobile_youtube_plugin.cc (working copy) |
@@ -94,8 +94,7 @@ |
EndsWith(host, "youtube-nocookie.com", true); |
return is_youtube && IsValidYouTubeVideo(url.path()) && |
- base::LowerCaseEqualsASCII(mime_type, |
- content::kFlashPluginSwfMimeType); |
+ LowerCaseEqualsASCII(mime_type, content::kFlashPluginSwfMimeType); |
} |
void MobileYouTubePlugin::OpenYoutubeUrlCallback() { |