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

Unified Diff: base/trace_event/winheap_dump_provider_win_unittest.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
Index: base/trace_event/winheap_dump_provider_win_unittest.cc
diff --git a/base/trace_event/winheap_dump_provider_win_unittest.cc b/base/trace_event/winheap_dump_provider_win_unittest.cc
index 7629915dfbd7b655de1442a7e87553542acbc978..93ae2994dc55bb0cf8ba1dc9c70a9ea2fff5eb85 100644
--- a/base/trace_event/winheap_dump_provider_win_unittest.cc
+++ b/base/trace_event/winheap_dump_provider_win_unittest.cc
@@ -15,7 +15,7 @@ namespace trace_event {
TEST(WinHeapDumpProviderTest, OnMemoryDump) {
ProcessMemoryDump pmd(make_scoped_refptr(new MemoryDumpSessionState()));
- MemoryDumpArgs dump_args = {MemoryDumpArgs::LEVEL_OF_DETAIL_HIGH};
+ MemoryDumpArgs dump_args = {MemoryDumpArgs::LevelOfDetail::HIGH};
WinHeapDumpProvider* winheap_dump_provider =
WinHeapDumpProvider::GetInstance();
« no previous file with comments | « base/trace_event/process_memory_totals_dump_provider_unittest.cc ('k') | gin/v8_isolate_memory_dump_provider_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698