| Index: base/crypto/symmetric_key_mac.cc
|
| diff --git a/base/crypto/symmetric_key_mac.cc b/base/crypto/symmetric_key_mac.cc
|
| index 574f9d28e28b23aed3f0ea20ed5b8f4a059910d9..3974a31e8781f3a1eec00df97695e74a67484092 100644
|
| --- a/base/crypto/symmetric_key_mac.cc
|
| +++ b/base/crypto/symmetric_key_mac.cc
|
| @@ -2,13 +2,17 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/crypto/symmetric_key.h"
|
| -
|
| -#include <CommonCrypto/CommonCryptor.h>
|
| -#include <CoreFoundation/CFString.h>
|
| -#include <Security/cssm.h>
|
| +#include </Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/Security.framework/Headers/cssmapi.h>
|
| +#include </Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/Security.framework/Headers/cssmapple.h>
|
| +#include </Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/Security.framework/Headers/cssmtype.h>
|
| +#include <stdbool.h>
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +#include <stdlib.h>
|
| +#include <string>
|
|
|
| #include "base/crypto/cssm_init.h"
|
| +#include "base/crypto/symmetric_key.h"
|
| #include "base/logging.h"
|
|
|
| namespace {
|
|
|