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

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

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
Index: services/media/factory_service/audio_track_controller.h
diff --git a/services/media/factory_service/audio_track_controller.h b/services/media/factory_service/audio_track_controller.h
index 64c587ab3e9ce61a229a7655d0d49f53669a7b56..12fe7e66ea5672a3516d9297d463f07ecd8259ec 100644
--- a/services/media/factory_service/audio_track_controller.h
+++ b/services/media/factory_service/audio_track_controller.h
@@ -29,9 +29,8 @@ class AudioTrackController {
void GetSupportedMediaTypes(const GetSupportedMediaTypesCallback& callback);
// Configures the controller.
- void Configure(
- const std::unique_ptr<StreamType>& stream_type,
- const ConfigureCallback& callback);
+ void Configure(const std::unique_ptr<StreamType>& stream_type,
+ const ConfigureCallback& callback);
private:
AudioTrackPtr audio_track_;

Powered by Google App Engine
This is Rietveld 408576698