| Index: chrome/browser/jumplist_win.h
|
| diff --git a/chrome/browser/jumplist_win.h b/chrome/browser/jumplist_win.h
|
| index 5033d2707a06897e70c536126a3faa74203042d4..9133d36d02e74e94771c2d01773a54d6712bbf27 100644
|
| --- a/chrome/browser/jumplist_win.h
|
| +++ b/chrome/browser/jumplist_win.h
|
| @@ -5,12 +5,15 @@
|
| #ifndef CHROME_BROWSER_JUMPLIST_WIN_H_
|
| #define CHROME_BROWSER_JUMPLIST_WIN_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <list>
|
| #include <string>
|
| #include <utility>
|
| #include <vector>
|
|
|
| #include "base/files/file_path.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/synchronization/lock.h"
|
| #include "base/task/cancelable_task_tracker.h"
|
|
|