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

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

Issue 1162943002: Replace more ObserverList with base::ObserverList. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@observer
Patch Set: Created 5 years, 7 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/affiliation_fetch_throttler_unittest.cc
diff --git a/components/password_manager/core/browser/affiliation_fetch_throttler_unittest.cc b/components/password_manager/core/browser/affiliation_fetch_throttler_unittest.cc
index e081e848d33b1785426b2464d97774d56f67e83b..5175745f4941b5608be2a1962efbceb655a096ff 100644
--- a/components/password_manager/core/browser/affiliation_fetch_throttler_unittest.cc
+++ b/components/password_manager/core/browser/affiliation_fetch_throttler_unittest.cc
@@ -120,7 +120,8 @@ class AffiliationFetchThrottlerTest : public testing::Test {
}
private:
- // Needed because NetworkChangeNotifier uses ObserverList, which notifies
+ // Needed because NetworkChangeNotifier uses base::ObserverList, which
+ // notifies
// observers on the MessageLoop that belongs to the thread from which they
// have registered.
base::MessageLoop message_loop_;
« no previous file with comments | « components/pairing/fake_host_pairing_controller.h ('k') | components/password_manager/core/browser/log_router.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698