diff options
Diffstat (limited to 'chrome/browser/password_manager.cc')
-rw-r--r-- | chrome/browser/password_manager.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/password_manager.cc b/chrome/browser/password_manager.cc index 8779209..fa19f62 100644 --- a/chrome/browser/password_manager.cc +++ b/chrome/browser/password_manager.cc @@ -7,7 +7,7 @@ #include "base/string_util.h" #include "chrome/app/theme/theme_resources.h" #include "chrome/browser/profile.h" -#include "chrome/browser/web_contents.h" +#include "chrome/browser/tab_contents/web_contents.h" #include "chrome/common/l10n_util.h" #include "chrome/common/pref_names.h" #include "chrome/common/pref_service.h" |