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

Unified Diff: chrome/browser/password_manager/encryptor_password_mac.mm

Issue 9699112: Move *keychain_mac* files to crypto/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Made another pass Created 8 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: chrome/browser/password_manager/encryptor_password_mac.mm
diff --git a/chrome/browser/password_manager/encryptor_password_mac.mm b/chrome/browser/password_manager/encryptor_password_mac.mm
index d8b417dc17a10687486b7733f16809dca7345985..9b5c23aa0b7687f3246a437f582cf20dc48cb7b4 100644
--- a/chrome/browser/password_manager/encryptor_password_mac.mm
+++ b/chrome/browser/password_manager/encryptor_password_mac.mm
@@ -9,9 +9,11 @@
#include "base/base64.h"
#include "base/mac/mac_logging.h"
#include "base/rand_util.h"
-#include "chrome/browser/keychain_mac.h"
+#include "crypto/keychain_mac.h"
#include "ui/base/l10n/l10n_util.h"
+using crypto::MacKeychain;
+
namespace {
// Generates a random password and adds it to the Keychain. The added password

Powered by Google App Engine
This is Rietveld 408576698