| Index: components/storage_monitor/storage_monitor_win_unittest.cc
|
| diff --git a/components/storage_monitor/storage_monitor_win_unittest.cc b/components/storage_monitor/storage_monitor_win_unittest.cc
|
| index f146cfc7b4e749314fd73aaf686b32ba70a5b31f..b8f2487bc38ecfb51d6416c316407cad68b25de2 100644
|
| --- a/components/storage_monitor/storage_monitor_win_unittest.cc
|
| +++ b/components/storage_monitor/storage_monitor_win_unittest.cc
|
| @@ -4,10 +4,12 @@
|
|
|
| #include <windows.h>
|
| #include <dbt.h>
|
| +#include <stddef.h>
|
|
|
| #include <string>
|
| #include <vector>
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/run_loop.h"
|
|
|