Commit c6197f05 authored by Chisoon Jeong's avatar Chisoon Jeong Committed by Commit Bot

Add '#include <string>' in trace_event_memory_overhead.h for clarity.

Depending on compilation environment, trace_event_memory_overhead.h|cc
is not compilable, owing to missing <string> header.

Change-Id: I8e52e7bae33e68d5dc3cc08b1d38fcd3c87303a6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117932Reviewed-by: default avatardsinclair <dsinclair@chromium.org>
Reviewed-by: default avatarScott Violet <sky@chromium.org>
Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#753781}
parent 7d221784
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
#include <stddef.h> #include <stddef.h>
#include <stdint.h> #include <stdint.h>
#include <string>
#include <unordered_map> #include <unordered_map>
#include "base/base_export.h" #include "base/base_export.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment