| Index: chrome/browser/signin/local_auth.cc
|
| diff --git a/chrome/browser/signin/local_auth.cc b/chrome/browser/signin/local_auth.cc
|
| index 7f7b14cddc67a355882104440107c06a9096bcae..2d36571f14dd563088ab6a09f46e4b6e7594e806 100644
|
| --- a/chrome/browser/signin/local_auth.cc
|
| +++ b/chrome/browser/signin/local_auth.cc
|
| @@ -14,7 +14,7 @@
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/profiles/profile_manager.h"
|
| #include "chrome/common/pref_names.h"
|
| -#include "components/encryptor/os_crypt.h"
|
| +#include "components/os_crypt/os_crypt.h"
|
| #include "components/user_prefs/pref_registry_syncable.h"
|
| #include "crypto/random.h"
|
| #include "crypto/secure_util.h"
|
|
|