| Index: chrome/browser/web_applications/update_shortcut_worker_win.cc
|
| diff --git a/chrome/browser/web_applications/update_shortcut_worker_win.cc b/chrome/browser/web_applications/update_shortcut_worker_win.cc
|
| index 26810eb22b851b30b247a6ddfe667539b1bf4c1e..6306e83715be7bbe75d6ae0db51505c0e272faa7 100644
|
| --- a/chrome/browser/web_applications/update_shortcut_worker_win.cc
|
| +++ b/chrome/browser/web_applications/update_shortcut_worker_win.cc
|
| @@ -4,11 +4,14 @@
|
|
|
| #include "chrome/browser/web_applications/update_shortcut_worker_win.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <algorithm>
|
|
|
| #include "base/bind.h"
|
| #include "base/bind_helpers.h"
|
| #include "base/files/file_util.h"
|
| +#include "base/macros.h"
|
| #include "base/path_service.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/win/shortcut.h"
|
|
|