Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(445)

Unified Diff: components/encryptor/encryptor_password_mac.mm

Issue 12902030: Make Encryptor a component. Used by //chrome and (soon) //components/webdata. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698