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

Unified Diff: components/password_manager/core/browser/password_manager_unittest.cc

Issue 228263004: Password manager internals page: Introduce logger in renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Squash in little fixes Created 6 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: components/password_manager/core/browser/password_manager_unittest.cc
diff --git a/components/password_manager/core/browser/password_manager_unittest.cc b/components/password_manager/core/browser/password_manager_unittest.cc
index 7ea723193b9e3efaec1ec51642b4d2d1e8fe4d7e..2fab3b8851b7c2fbfe5b038863acc7c9973701a6 100644
--- a/components/password_manager/core/browser/password_manager_unittest.cc
+++ b/components/password_manager/core/browser/password_manager_unittest.cc
@@ -23,8 +23,6 @@ class PasswordGenerationManager;
using autofill::PasswordForm;
using base::ASCIIToUTF16;
-// TODO(vabr): Remove the next line once http://crbug.com/348523 is fixed.
-using password_manager::StubPasswordManagerClient;
using testing::_;
using testing::AnyNumber;
using testing::DoAll;

Powered by Google App Engine
This is Rietveld 408576698