| Index: chrome/browser/profiles/profile_shortcut_manager_win.cc
|
| diff --git a/chrome/browser/profiles/profile_shortcut_manager_win.cc b/chrome/browser/profiles/profile_shortcut_manager_win.cc
|
| index 0061b4cfcd4938ccc2b9094afd2968fd3708fe0a..8877ed6ece35a67af3a0d11f9dfda44eb5f55270 100644
|
| --- a/chrome/browser/profiles/profile_shortcut_manager_win.cc
|
| +++ b/chrome/browser/profiles/profile_shortcut_manager_win.cc
|
| @@ -5,6 +5,7 @@
|
| #include "chrome/browser/profiles/profile_shortcut_manager_win.h"
|
|
|
| #include <shlobj.h> // For SHChangeNotify().
|
| +#include <stddef.h>
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -13,6 +14,7 @@
|
| #include "base/command_line.h"
|
| #include "base/files/file_enumerator.h"
|
| #include "base/files/file_util.h"
|
| +#include "base/macros.h"
|
| #include "base/path_service.h"
|
| #include "base/prefs/pref_service.h"
|
| #include "base/strings/string16.h"
|
|
|