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

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

Issue 10209036: Per bug 121738, ignore old saved logins for http*://www.google.com. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: update Created 8 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
Index: chrome/browser/password_manager/password_store_default_unittest.cc
===================================================================
--- chrome/browser/password_manager/password_store_default_unittest.cc (revision 134705)
+++ chrome/browser/password_manager/password_store_default_unittest.cc (working copy)
@@ -48,9 +48,9 @@
// This class will add and remove a mock notification observer from
// the DB thread.
-class DBThreadObserverHelper :
- public base::RefCountedThreadSafe<DBThreadObserverHelper,
- BrowserThread::DeleteOnDBThread> {
+class DBThreadObserverHelper
+ : public base::RefCountedThreadSafe<DBThreadObserverHelper,
+ BrowserThread::DeleteOnDBThread> {
public:
DBThreadObserverHelper() : done_event_(true, false) {}
@@ -143,7 +143,7 @@
store->Init();
// Some non-ASCII password form data.
- PasswordFormData form_data[] = {
+ static const PasswordFormData form_data[] = {
{ PasswordForm::SCHEME_HTML,
"http://foo.example.com",
"http://foo.example.com/origin",

Powered by Google App Engine
This is Rietveld 408576698