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

Unified Diff: base/trace_event/memory_dump_manager.cc

Issue 1273413002: [tracing] Mechanical rename of LevelOfDetail enum to enum class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | « base/trace_event/memory_allocator_dump_unittest.cc ('k') | base/trace_event/memory_dump_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/trace_event/memory_dump_manager.cc
diff --git a/base/trace_event/memory_dump_manager.cc b/base/trace_event/memory_dump_manager.cc
index f9ba3ae5a134b23dcef8cfcb99a9e24a9e25fb44..f5e2a4ad604427615c6c7c99bb56cf0f401a3a8b 100644
--- a/base/trace_event/memory_dump_manager.cc
+++ b/base/trace_event/memory_dump_manager.cc
@@ -316,7 +316,7 @@ void MemoryDumpManager::ContinueAsyncProcessDump(
// MemoryDumpType to get request for light / heavy dump, and remove this
// constant.
if (!skip_dump) {
- MemoryDumpArgs dump_args = {MemoryDumpArgs::LEVEL_OF_DETAIL_HIGH};
+ MemoryDumpArgs dump_args = {MemoryDumpArgs::LevelOfDetail::HIGH};
dump_successful =
mdp->OnMemoryDump(dump_args, &pmd_async_state->process_memory_dump);
}
« no previous file with comments | « base/trace_event/memory_allocator_dump_unittest.cc ('k') | base/trace_event/memory_dump_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698