| Index: chrome/browser/policy/policy_path_parser_win.cc
|
| diff --git a/chrome/browser/policy/policy_path_parser_win.cc b/chrome/browser/policy/policy_path_parser_win.cc
|
| index 2e0c197e1acacd0498df8fdadcef6a5cbfd1159b..d8c62c760a88ed8e58e4d2abf01f95fcbd08a6fe 100644
|
| --- a/chrome/browser/policy/policy_path_parser_win.cc
|
| +++ b/chrome/browser/policy/policy_path_parser_win.cc
|
| @@ -3,11 +3,13 @@
|
| // found in the LICENSE file.
|
|
|
| #include <shlobj.h>
|
| +#include <stddef.h>
|
| #include <wtsapi32.h>
|
| #pragma comment(lib, "wtsapi32.lib")
|
|
|
| #include "chrome/browser/policy/policy_path_parser.h"
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/win/registry.h"
|
|
|