Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(464)

Unified Diff: chrome/browser/password_manager/password_store_win.h

Issue 364343002: Kill WebDataService, move (WIN only) Password code into separate class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments and clean up Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/password_manager/password_store_win.h
diff --git a/chrome/browser/password_manager/password_store_win.h b/chrome/browser/password_manager/password_store_win.h
index a8f665ea0466072c8d25a20cfab37074a58cef4a..f13f7e79eeea10c6c91059fc64285f5fa13549d3 100644
--- a/chrome/browser/password_manager/password_store_win.h
+++ b/chrome/browser/password_manager/password_store_win.h
@@ -8,7 +8,7 @@
#include "base/memory/scoped_ptr.h"
#include "components/password_manager/core/browser/password_store_default.h"
-class WebDataService;
+class PasswordWebDataService;
namespace autofill {
struct PasswordForm;
@@ -22,12 +22,12 @@ class LoginDatabase;
// but also uses IE7 passwords if no others found.
class PasswordStoreWin : public password_manager::PasswordStoreDefault {
public:
- // WebDataService is only used for IE7 password fetching.
+ // PasswordWebDataService is only used for IE7 password fetching.
PasswordStoreWin(
scoped_refptr<base::SingleThreadTaskRunner> main_thread_runner,
scoped_refptr<base::SingleThreadTaskRunner> db_thread_runner,
password_manager::LoginDatabase* login_database,
- WebDataService* web_data_service);
+ PasswordWebDataService* web_data_service);
// PasswordStore:
virtual void Shutdown() OVERRIDE;
« no previous file with comments | « chrome/browser/password_manager/password_store_factory.cc ('k') | chrome/browser/password_manager/password_store_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698