| Index: chrome/browser/password_manager/password_store_default.cc
|
| diff --git a/chrome/browser/password_manager/password_store_default.cc b/chrome/browser/password_manager/password_store_default.cc
|
| index 22ace7439961ea05e95a0139c38900d278d5cc74..8ae53fb9f778189116baf18d048711e0ec11c4e6 100644
|
| --- a/chrome/browser/password_manager/password_store_default.cc
|
| +++ b/chrome/browser/password_manager/password_store_default.cc
|
| @@ -7,9 +7,9 @@
|
| #include <set>
|
|
|
| #include "base/logging.h"
|
| +#include "base/prefs/pref_service.h"
|
| #include "base/stl_util.h"
|
| #include "chrome/browser/password_manager/password_store_change.h"
|
| -#include "chrome/browser/prefs/pref_service.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
|
|