commit | 90e658dde8edb6db80ab279a09f8bfd89974b824 | [log] [tgz] |
---|---|---|
author | avi <[email protected]> | Mon Dec 21 07:16:19 2015 |
committer | Commit bot <[email protected]> | Mon Dec 21 07:17:28 2015 |
tree | e4638fd3b1c9a2f47c02d3365e48df64d38f6227 | |
parent | e0012b1788305f597dd5c14e79a1f796dc3bbaf2 [diff] [blame] |
Switch to standard integer types in gin/. BUG=138542 [email protected] Switch to standard integer types in gin/. BUG=138542 [email protected] Review URL: https://codereview.chromium.org/1541743002 Cr-Commit-Position: refs/heads/master@{#366345}
diff --git a/gin/v8_isolate_memory_dump_provider.h b/gin/v8_isolate_memory_dump_provider.h index 2a2c5db..d70b790 100644 --- a/gin/v8_isolate_memory_dump_provider.h +++ b/gin/v8_isolate_memory_dump_provider.h
@@ -7,6 +7,7 @@ #include <string> +#include "base/macros.h" #include "base/trace_event/memory_dump_provider.h" #include "gin/gin_export.h"