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"