| Index: chrome/browser/jumplist_updater_win.h
|
| diff --git a/chrome/browser/jumplist_updater_win.h b/chrome/browser/jumplist_updater_win.h
|
| index 283a2708d556277e8295a6fca606afdb50da91b5..a6b2c5859fc329aab0b0b9de859a0715fa53e0a8 100644
|
| --- a/chrome/browser/jumplist_updater_win.h
|
| +++ b/chrome/browser/jumplist_updater_win.h
|
| @@ -7,11 +7,13 @@
|
|
|
| #include <windows.h>
|
| #include <shobjidl.h>
|
| +#include <stddef.h>
|
|
|
| #include <string>
|
| #include <vector>
|
|
|
| #include "base/command_line.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/win/scoped_comptr.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
|
|