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

Unified Diff: third_party/WebKit/Source/modules/audio_output_devices/SetSinkIdCallbacks.h

Issue 2392443007: reflow comments in modules/[app_banner,encoding] (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/audio_output_devices/SetSinkIdCallbacks.h
diff --git a/third_party/WebKit/Source/modules/audio_output_devices/SetSinkIdCallbacks.h b/third_party/WebKit/Source/modules/audio_output_devices/SetSinkIdCallbacks.h
index cbf15c9fda9d39403011cd6a94285ab9e4545c89..9f042d9bb41d7c699c4bd8ae12b29c71a6a3f9c7 100644
--- a/third_party/WebKit/Source/modules/audio_output_devices/SetSinkIdCallbacks.h
+++ b/third_party/WebKit/Source/modules/audio_output_devices/SetSinkIdCallbacks.h
@@ -18,8 +18,9 @@ class HTMLMediaElement;
class ScriptPromiseResolver;
class SetSinkIdCallbacks final : public WebSetSinkIdCallbacks {
- // FIXME(tasak): when making public/platform classes to use PartitionAlloc,
- // the following macro should be moved to WebCallbacks defined in public/platformWebCallbacks.h.
+ // FIXME(tasak): When making public/platform classes to use PartitionAlloc,
+ // the following macro should be moved to WebCallbacks defined in
+ // public/platformWebCallbacks.h.
USING_FAST_MALLOC(SetSinkIdCallbacks);
WTF_MAKE_NONCOPYABLE(SetSinkIdCallbacks);

Powered by Google App Engine
This is Rietveld 408576698