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

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

Issue 1874001: Migrate web data service logins to the login database correctly on win. (Closed)
Patch Set: Fix PSW::OnWeb Created 10 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/password_manager/password_store_default.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/password_manager/password_store_default.h
diff --git a/chrome/browser/password_manager/password_store_default.h b/chrome/browser/password_manager/password_store_default.h
index 5ca06ca413bd5be4a78cb4cd884c4a3f271b5547..47408fb0f8ada5c9cab73da8b796339b7ac2a5fa 100644
--- a/chrome/browser/password_manager/password_store_default.h
+++ b/chrome/browser/password_manager/password_store_default.h
@@ -43,14 +43,14 @@ class PasswordStoreDefault : public PasswordStore,
scoped_refptr<WebDataService> web_data_service_;
- private:
- // Migrates logins from the WDS to the LoginDatabase.
- void MigrateIfNecessary();
-
// Implements the WebDataService consumer interface.
void OnWebDataServiceRequestDone(WebDataService::Handle handle,
const WDTypedResult *result);
+ private:
+ // Migrates logins from the WDS to the LoginDatabase.
+ void MigrateIfNecessary();
+
scoped_ptr<LoginDatabase> login_db_;
Profile* profile_;
« no previous file with comments | « no previous file | chrome/browser/password_manager/password_store_default.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698