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

Unified Diff: chrome/browser/extensions/api/passwords_private/passwords_private_delegate_impl_unittest.cc

Issue 2845543002: Show human readable origin for Android apps (Closed)
Patch Set: Created 3 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/extensions/api/passwords_private/passwords_private_delegate_impl_unittest.cc
diff --git a/chrome/browser/extensions/api/passwords_private/passwords_private_delegate_impl_unittest.cc b/chrome/browser/extensions/api/passwords_private/passwords_private_delegate_impl_unittest.cc
index 87e1a39c2ca704843de50f0f4a3146c49d76bc5b..c8dba57cd2ec8231b5a63053253172558f5ab061 100644
--- a/chrome/browser/extensions/api/passwords_private/passwords_private_delegate_impl_unittest.cc
+++ b/chrome/browser/extensions/api/passwords_private/passwords_private_delegate_impl_unittest.cc
@@ -63,7 +63,7 @@ TEST(PasswordsPrivateDelegateImplTest, GetSavedPasswordsList) {
}
TEST(PasswordsPrivateDelegateImplTest, GetPasswordExceptionsList) {
- CallbackTracker<PasswordsPrivateDelegate::ExceptionPairs> tracker;
+ CallbackTracker<PasswordsPrivateDelegate::ExceptionEntries> tracker;
content::TestBrowserThreadBundle thread_bundle;
TestingProfile profile;

Powered by Google App Engine
This is Rietveld 408576698