| Index: chrome/browser/private_working_set_snapshot.h
|
| diff --git a/chrome/browser/private_working_set_snapshot.h b/chrome/browser/private_working_set_snapshot.h
|
| index 90897f86883966165f2037f4b4eb99505657aa25..d4286b14c0a5ee09905de0990673ccf7b3d5780e 100644
|
| --- a/chrome/browser/private_working_set_snapshot.h
|
| +++ b/chrome/browser/private_working_set_snapshot.h
|
| @@ -9,9 +9,11 @@
|
|
|
| #if defined(OS_WIN)
|
| #include <pdh.h>
|
| +#include <stddef.h>
|
|
|
| #include <vector>
|
|
|
| +#include "base/macros.h"
|
| #include "base/process/process_handle.h"
|
| #include "base/win/scoped_handle.h"
|
|
|
|
|