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

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

Issue 1480153002: Investigate Android build problems in review 1414463004. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Add //url dep on GN test_support target. Created 5 years 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_test_utils.cc
diff --git a/components/password_manager/core/browser/password_manager_test_utils.cc b/components/password_manager/core/browser/password_manager_test_utils.cc
index 9613d23b87b765280e9449d2c57451f36bc91a5d..de096e91994b01212eab31a1d906153ce44b9108 100644
--- a/components/password_manager/core/browser/password_manager_test_utils.cc
+++ b/components/password_manager/core/browser/password_manager_test_utils.cc
@@ -6,6 +6,7 @@
#include <algorithm>
#include <ostream>
+#include <string>
#include "base/strings/string_util.h"
#include "base/strings/utf_string_conversions.h"
@@ -94,4 +95,8 @@ bool ContainsEqualPasswordFormsUnordered(
return !had_mismatched_actual_form && remaining_expectations.empty();
}
+MockPasswordStoreObserver::MockPasswordStoreObserver() {}
+
+MockPasswordStoreObserver::~MockPasswordStoreObserver() {}
+
} // namespace password_manager

Powered by Google App Engine
This is Rietveld 408576698