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

Unified Diff: net/android/network_change_notifier_android_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
« no previous file with comments | « mojo/common/message_pump_mojo.h ('k') | net/android/network_change_notifier_delegate_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/android/network_change_notifier_android_unittest.cc
diff --git a/net/android/network_change_notifier_android_unittest.cc b/net/android/network_change_notifier_android_unittest.cc
index 30ee4f0795e39930ee8b5fa58c07d7b0f15f34df..8c63d8163f72be68502edc177a4c24a22321eaba 100644
--- a/net/android/network_change_notifier_android_unittest.cc
+++ b/net/android/network_change_notifier_android_unittest.cc
@@ -123,7 +123,8 @@ class BaseNetworkChangeNotifierAndroidTest : public testing::Test {
void SetOnline() {
delegate_.SetOnline();
- // Note that this is needed because ObserverListThreadSafe uses PostTask().
+ // Note that this is needed because base::ObserverListThreadSafe uses
+ // PostTask().
base::MessageLoop::current()->RunUntilIdle();
}
« no previous file with comments | « mojo/common/message_pump_mojo.h ('k') | net/android/network_change_notifier_delegate_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698