| 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
 | 
| 
 |