| Index: content/browser/background_sync/background_sync_manager_unittest.cc
|
| diff --git a/content/browser/background_sync/background_sync_manager_unittest.cc b/content/browser/background_sync/background_sync_manager_unittest.cc
|
| index 6e34c8c6c7a9e0caba749e7e4666a7c6b58f52db..0c091508c89949f386a49f1d93f2e521997700b1 100644
|
| --- a/content/browser/background_sync/background_sync_manager_unittest.cc
|
| +++ b/content/browser/background_sync/background_sync_manager_unittest.cc
|
| @@ -320,7 +320,8 @@ class BackgroundSyncManagerTest : public testing::Test {
|
| if (test_background_sync_manager_) {
|
| BackgroundSyncNetworkObserver* network_observer =
|
| test_background_sync_manager_->GetNetworkObserverForTesting();
|
| - network_observer->NotifyManagerIfNetworkChanged(connection_type);
|
| + network_observer->NotifyManagerIfNetworkChangedForTesting(
|
| + connection_type);
|
| base::RunLoop().RunUntilIdle();
|
| }
|
| }
|
|
|