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

Unified Diff: services/media/factory_service/audio_track_controller.cc

Issue 1822333002: Motown: wholesale clang-format (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: dalesat Created 4 years, 9 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
« no previous file with comments | « services/media/factory_service/audio_track_controller.h ('k') | services/media/factory_service/event.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/media/factory_service/audio_track_controller.cc
diff --git a/services/media/factory_service/audio_track_controller.cc b/services/media/factory_service/audio_track_controller.cc
index 310c8d60edc284dd3eac5d27a4538881d978c9bf..85733fc528b2e3dd00a6df5d5a00a628de9960de 100644
--- a/services/media/factory_service/audio_track_controller.cc
+++ b/services/media/factory_service/audio_track_controller.cc
@@ -14,9 +14,8 @@
namespace mojo {
namespace media {
-AudioTrackController::AudioTrackController(
- const String& url,
- ApplicationImpl* app) {
+AudioTrackController::AudioTrackController(const String& url,
+ ApplicationImpl* app) {
// TODO(dalesat): Handle connection errors.
DCHECK(app);
@@ -50,5 +49,5 @@ void AudioTrackController::Configure(
callback(consumer.Pass(), rate_control.Pass());
}
-} // namespace media
-} // namespace mojo
+} // namespace media
+} // namespace mojo
« no previous file with comments | « services/media/factory_service/audio_track_controller.h ('k') | services/media/factory_service/event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698