Index: base/trace_event/memory_dump_request_args.h |
diff --git a/base/trace_event/memory_dump_request_args.h b/base/trace_event/memory_dump_request_args.h |
index f78e31ce40ecedba0d90759f9c74a179aef37fa0..43f32684269acc8bc4fdb236b4d0ea905919d7d9 100644 |
--- a/base/trace_event/memory_dump_request_args.h |
+++ b/base/trace_event/memory_dump_request_args.h |
@@ -28,7 +28,7 @@ enum class MemoryDumpType { |
}; |
// Tells the MemoryDumpProvider(s) how much detailed their dumps should be. |
-enum class MemoryDumpLevelOfDetail { |
+enum class MemoryDumpLevelOfDetail : uint32_t { |
// For background tracing mode. The dump time is quick, and typically just the |
// totals are expected. Suballocations need not be specified. Dump name must |
// contain only pre-defined strings and string arguments cannot be added. |