// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/renderer/media/flash_embed_rewrite.h" #include "base/strings/string_util.h" #include "url/gurl.h" GURL FlashEmbedRewrite::RewriteFlashEmbedURL(const GURL& url) { … } GURL FlashEmbedRewrite::RewriteYouTubeFlashEmbedURL(const GURL& url) { … } GURL FlashEmbedRewrite::RewriteDailymotionFlashEmbedURL(const GURL& url) { … } GURL FlashEmbedRewrite::RewriteVimeoFlashEmbedURL(const GURL& url) { … }