| Index: chrome/browser/policy/policy_path_parser_mac.mm
|
| diff --git a/chrome/browser/policy/policy_path_parser_mac.mm b/chrome/browser/policy/policy_path_parser_mac.mm
|
| index 3d834ae8b1f77561d1a9e42db2f857364647bf51..1ac95586c2816ebc68e901ee1317ff9ceef03206 100644
|
| --- a/chrome/browser/policy/policy_path_parser_mac.mm
|
| +++ b/chrome/browser/policy/policy_path_parser_mac.mm
|
| @@ -4,20 +4,21 @@
|
|
|
| #include "chrome/browser/policy/policy_path_parser.h"
|
|
|
| -#include "base/basictypes.h"
|
| -#include "base/files/file_path.h"
|
| -#include "base/logging.h"
|
| -#import "base/mac/scoped_nsautorelease_pool.h"
|
| -#include "base/strings/sys_string_conversions.h"
|
| -#include "policy/policy_constants.h"
|
| -
|
| #import <Cocoa/Cocoa.h>
|
| +#include <stddef.h>
|
| #import <SystemConfiguration/SCDynamicStore.h>
|
| #import <SystemConfiguration/SCDynamicStoreCopySpecific.h>
|
| #import <SystemConfiguration/SystemConfiguration.h>
|
|
|
| #include <string>
|
|
|
| +#include "base/files/file_path.h"
|
| +#include "base/logging.h"
|
| +#import "base/mac/scoped_nsautorelease_pool.h"
|
| +#include "base/macros.h"
|
| +#include "base/strings/sys_string_conversions.h"
|
| +#include "policy/policy_constants.h"
|
| +
|
| namespace policy {
|
|
|
| namespace path_parser {
|
|
|