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

Unified Diff: components/test_runner/mock_web_media_stream_center.cc

Issue 1852603002: Replacing most of web_task.h with base::Closure + base::WeakPtrFactory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-mocks-to-test-runner
Patch Set: Fixing a test. Created 4 years, 8 months 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: components/test_runner/mock_web_media_stream_center.cc
diff --git a/components/test_runner/mock_web_media_stream_center.cc b/components/test_runner/mock_web_media_stream_center.cc
index 24d526813837ef4f91e02b8e34f9acfa91084362..a674beea2e86ee6e3d09c35d0c187861ac88d065 100644
--- a/components/test_runner/mock_web_media_stream_center.cc
+++ b/components/test_runner/mock_web_media_stream_center.cc
@@ -41,8 +41,7 @@ class MockWebAudioDestinationConsumer
MockWebMediaStreamCenter::MockWebMediaStreamCenter(
blink::WebMediaStreamCenterClient* client,
TestInterfaces* interfaces)
- : interfaces_(interfaces) {
-}
+ : interfaces_(interfaces) {}
MockWebMediaStreamCenter::~MockWebMediaStreamCenter() {
}

Powered by Google App Engine
This is Rietveld 408576698