| Index: components/encryptor/encryptor_mac.mm
|
| diff --git a/components/webdata/encryptor/encryptor_mac.mm b/components/encryptor/encryptor_mac.mm
|
| similarity index 97%
|
| rename from components/webdata/encryptor/encryptor_mac.mm
|
| rename to components/encryptor/encryptor_mac.mm
|
| index de384db260458db7b7ab4d419343200849f31e7d..bf6b5da7aeb2e0a933c9d32592ddb73cf48c3965 100644
|
| --- a/components/webdata/encryptor/encryptor_mac.mm
|
| +++ b/components/encryptor/encryptor_mac.mm
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/webdata/encryptor/encryptor.h"
|
| +#include "components/encryptor/encryptor.h"
|
|
|
| #include <CommonCrypto/CommonCryptor.h> // for kCCBlockSizeAES128
|
|
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| -#include "components/webdata/encryptor/encryptor_password_mac.h"
|
| +#include "components/encryptor/encryptor_password_mac.h"
|
| #include "crypto/apple_keychain.h"
|
| #include "crypto/encryptor.h"
|
| #include "crypto/symmetric_key.h"
|
|
|