| Index: components/tracing/graphics_memory_dump_provider_android.h
|
| diff --git a/components/tracing/graphics_memory_dump_provider_android.h b/components/tracing/graphics_memory_dump_provider_android.h
|
| index c9dfd2148dc8d3c14af4a0866a2c4b780fbab9d3..748810c02709821f1b7e8563f7cb94fddf123ae2 100644
|
| --- a/components/tracing/graphics_memory_dump_provider_android.h
|
| +++ b/components/tracing/graphics_memory_dump_provider_android.h
|
| @@ -5,10 +5,13 @@
|
| #ifndef COMPONENTS_TRACING_GRAPHICS_MEMORY_DUMP_PROVIDER_ANDROID_H_
|
| #define COMPONENTS_TRACING_GRAPHICS_MEMORY_DUMP_PROVIDER_ANDROID_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
|
|
| #include "base/containers/hash_tables.h"
|
| #include "base/gtest_prod_util.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/singleton.h"
|
| #include "base/trace_event/memory_dump_provider.h"
|
| #include "components/tracing/tracing_export.h"
|
|
|