Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: content/renderer/media/render_media_client_unittest.cc

Issue 1553623002: Remove random lonely semicolons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix formatting Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/renderer/media/render_media_client_unittest.cc
diff --git a/content/renderer/media/render_media_client_unittest.cc b/content/renderer/media/render_media_client_unittest.cc
index f40d0c5aa2dc504c4eb278ba094a8e8c01f5396c..5147c49b3b10f22bed6c5bbba313be57b7e2e68b 100644
--- a/content/renderer/media/render_media_client_unittest.cc
+++ b/content/renderer/media/render_media_client_unittest.cc
@@ -67,7 +67,7 @@ class TestContentRendererClient : public ContentRendererClient {
#if defined(WIDEVINE_CDM_AVAILABLE) && defined(WIDEVINE_CDM_IS_COMPONENT)
bool ContainsWidevine(
const std::vector<media::KeySystemInfo>& key_systems_info) {
- for (const auto& key_system_info: key_systems_info) {
+ for (const auto& key_system_info : key_systems_info) {
if (key_system_info.key_system == kWidevineKeySystem)
return true;
}
@@ -121,7 +121,6 @@ TEST_F(RenderMediaClientTest, KeySystemNameForUMA) {
EXPECT_TRUE(clearkey_uma_name.empty()) << "Clear Key is added by media/ and "
"should not be added by the "
"MediaClient.";
- ;
}
TEST_F(RenderMediaClientTest, IsKeySystemsUpdateNeeded) {

Powered by Google App Engine
This is Rietveld 408576698