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

Unified Diff: third_party/WebKit/Source/modules/mediasource/TrackDefaultList.cpp

Issue 2395543002: reflow comments in modules/[mediasource,plugins] (Closed)
Patch Set: Created 4 years, 2 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: third_party/WebKit/Source/modules/mediasource/TrackDefaultList.cpp
diff --git a/third_party/WebKit/Source/modules/mediasource/TrackDefaultList.cpp b/third_party/WebKit/Source/modules/mediasource/TrackDefaultList.cpp
index 8237e7ee29f521b6a178b6963f54bb31cadb8af4..dac4d2e06df0e966fcfa20445aae8dc88b47398f 100644
--- a/third_party/WebKit/Source/modules/mediasource/TrackDefaultList.cpp
+++ b/third_party/WebKit/Source/modules/mediasource/TrackDefaultList.cpp
@@ -44,8 +44,8 @@ TrackDefaultList* TrackDefaultList::create(
}
}
- // 2. Store a shallow copy of |trackDefaults| in this new object so the values can
- // be returned by the accessor methods.
+ // 2. Store a shallow copy of |trackDefaults| in this new object so the values
+ // can be returned by the accessor methods.
// This step is done in constructor initializer.
return new TrackDefaultList(trackDefaults);
}

Powered by Google App Engine
This is Rietveld 408576698