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

Unified Diff: third_party/WebKit/Source/platform/TracedValue.h

Issue 2388303002: reflow comments in platform/ (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
« no previous file with comments | « third_party/WebKit/Source/platform/TimerTest.cpp ('k') | third_party/WebKit/Source/platform/UUID.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/TracedValue.h
diff --git a/third_party/WebKit/Source/platform/TracedValue.h b/third_party/WebKit/Source/platform/TracedValue.h
index 6ca31cb999a0fa274b8603083d53f64e6d101a3a..eab5952ad33bdbe9f3fe7b147b87fbdc3c370d91 100644
--- a/third_party/WebKit/Source/platform/TracedValue.h
+++ b/third_party/WebKit/Source/platform/TracedValue.h
@@ -44,8 +44,9 @@ class PLATFORM_EXPORT TracedValue final
TracedValue();
// ConvertableToTraceFormat
- using base::trace_event::ConvertableToTraceFormat::
- ToString; // Hide this method from blink code.
+
+ // Hide this method from blink code.
+ using base::trace_event::ConvertableToTraceFormat::ToString;
void AppendAsTraceFormat(std::string*) const final;
void EstimateTraceMemoryOverhead(
base::trace_event::TraceEventMemoryOverhead*) final;
« no previous file with comments | « third_party/WebKit/Source/platform/TimerTest.cpp ('k') | third_party/WebKit/Source/platform/UUID.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698