| Index: content/browser/browser_shutdown_profile_dumper.h
|
| diff --git a/content/browser/browser_shutdown_profile_dumper.h b/content/browser/browser_shutdown_profile_dumper.h
|
| index cc8666ef69daa5c825c36a3f4ba67fb65d0aa877..859811a6501433e3aaf3d6ac58783ca5758e9976 100644
|
| --- a/content/browser/browser_shutdown_profile_dumper.h
|
| +++ b/content/browser/browser_shutdown_profile_dumper.h
|
| @@ -5,10 +5,12 @@
|
| #ifndef CONTENT_BROWSER_BROWSER_SHUTDOWN_PROFILE_DUMPER_H_
|
| #define CONTENT_BROWSER_BROWSER_SHUTDOWN_PROFILE_DUMPER_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/files/file_path.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/ref_counted_memory.h"
|
| #include "content/common/content_export.h"
|
|
|