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

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

Issue 133893004: Allow deleting autofill password suggestions on Shift+Delete (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: deletion is working Created 6 years, 10 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.h
diff --git a/chrome/browser/password_manager/password_store.h b/chrome/browser/password_manager/password_store.h
index c1446705eeacdf58cf8b703941d83f121eeb3a0e..dd7cc5d8f17aebedeafe40435301345848557354 100644
--- a/chrome/browser/password_manager/password_store.h
+++ b/chrome/browser/password_manager/password_store.h
@@ -22,7 +22,7 @@ class PasswordSyncableService;
class Task;
namespace autofill {
-struct PasswordForm;
+ struct PasswordForm;
vabr (Chromium) 2014/02/05 20:34:20 Don't add indentation inside namespace: http://goo
}
namespace browser_sync {

Powered by Google App Engine
This is Rietveld 408576698