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_; |