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

Unified Diff: chrome/browser/password_manager/password_store_x.cc

Issue 9703038: Profiles: Really fix refcounted services. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Forgot to save a file. >_< Created 8 years, 9 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_x.cc
diff --git a/chrome/browser/password_manager/password_store_x.cc b/chrome/browser/password_manager/password_store_x.cc
index f72e9513755ce36dec236f7c12fa55950af2ddd6..9264d8b5fe6a13fccb6ffb530ca56603a2feb7ec 100644
--- a/chrome/browser/password_manager/password_store_x.cc
+++ b/chrome/browser/password_manager/password_store_x.cc
@@ -30,8 +30,7 @@ PasswordStoreX::PasswordStoreX(LoginDatabase* login_db,
backend_(backend), migration_checked_(!backend), allow_fallback_(false) {
}
-PasswordStoreX::~PasswordStoreX() {
-}
+PasswordStoreX::~PasswordStoreX() {}
void PasswordStoreX::AddLoginImpl(const PasswordForm& form) {
CheckMigration();
« no previous file with comments | « chrome/browser/password_manager/password_store_factory.cc ('k') | chrome/browser/plugin_data_remover_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698