| Index: chrome/browser/signin/local_auth.cc | 
| diff --git a/chrome/browser/signin/local_auth.cc b/chrome/browser/signin/local_auth.cc | 
| index 6846784a936aeeac55ce1285eb98a224e7a69197..e4b09bdf7b72c45d349a918a269eff0af9530bac 100644 | 
| --- a/chrome/browser/signin/local_auth.cc | 
| +++ b/chrome/browser/signin/local_auth.cc | 
| @@ -8,7 +8,6 @@ | 
| #include "base/logging.h" | 
| #include "base/memory/scoped_ptr.h" | 
| #include "base/metrics/histogram.h" | 
| -#include "base/prefs/pref_service.h" | 
| #include "base/strings/string_util.h" | 
| #include "chrome/browser/browser_process.h" | 
| #include "chrome/browser/profiles/profile.h" | 
| @@ -16,6 +15,7 @@ | 
| #include "chrome/common/pref_names.h" | 
| #include "components/os_crypt/os_crypt.h" | 
| #include "components/pref_registry/pref_registry_syncable.h" | 
| +#include "components/prefs/pref_service.h" | 
| #include "crypto/random.h" | 
| #include "crypto/secure_util.h" | 
| #include "crypto/symmetric_key.h" | 
|  |