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 4664db7513c878a6973c6ad9c95289f068b90409..6db102af72166d28d1a4031d8a160511f6d187ef 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() { |