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

Unified Diff: chrome/profiling/memlog_stream_parser.h

Issue 2948283002: Profiling process topology (Closed)
Patch Set: Review comments Created 3 years, 6 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 | « chrome/common/profiling/memlog_sender.cc ('k') | chrome/profiling/memlog_stream_receiver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/profiling/memlog_stream_parser.h
diff --git a/chrome/profiling/memlog_stream_parser.h b/chrome/profiling/memlog_stream_parser.h
index 1418d0b2f1582d885e54f037e437f38f68fed6f1..dd462d95244c543ff20a6a85093276e971105ad8 100644
--- a/chrome/profiling/memlog_stream_parser.h
+++ b/chrome/profiling/memlog_stream_parser.h
@@ -38,7 +38,7 @@ class MemlogStreamParser : public MemlogStreamReceiver {
READ_NO_DATA // Not enough data, try again when we get more
};
- ~MemlogStreamParser() override;
+ ~MemlogStreamParser();
// Returns true if the given number of bytes are available now.
bool AreBytesAvailable(size_t count) const;
« no previous file with comments | « chrome/common/profiling/memlog_sender.cc ('k') | chrome/profiling/memlog_stream_receiver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698