Index: components/encryptor/encryptor_password_mac.mm |
diff --git a/chrome/browser/password_manager/encryptor_password_mac.mm b/components/encryptor/encryptor_password_mac.mm |
similarity index 96% |
rename from chrome/browser/password_manager/encryptor_password_mac.mm |
rename to components/encryptor/encryptor_password_mac.mm |
index d472fad348e5e9d09691d44d8074e45b8686facc..abd5aad078c872bbf5cef1d79ca4e706bb26c0b1 100644 |
--- a/chrome/browser/password_manager/encryptor_password_mac.mm |
+++ b/components/encryptor/encryptor_password_mac.mm |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/password_manager/encryptor_password_mac.h" |
+#include "components/encryptor/encryptor_password_mac.h" |
#import <Security/Security.h> |
@@ -10,7 +10,6 @@ |
#include "base/mac/mac_logging.h" |
#include "base/rand_util.h" |
#include "crypto/apple_keychain.h" |
-#include "ui/base/l10n/l10n_util.h" |
using crypto::AppleKeychain; |