| Index: content/shell/shell_browser_main_parts.cc
|
| diff --git a/content/shell/shell_browser_main_parts.cc b/content/shell/shell_browser_main_parts.cc
|
| index 31f79a064bc81feb7568c2754089a45b59ff8c62..d33390a2fddb10bd449066ed774414769590cb62 100644
|
| --- a/content/shell/shell_browser_main_parts.cc
|
| +++ b/content/shell/shell_browser_main_parts.cc
|
| @@ -24,7 +24,7 @@
|
|
|
| #if defined(OS_ANDROID)
|
| #include "net/base/network_change_notifier.h"
|
| -#include "net/android/network_change_notifier_factory.h"
|
| +#include "net/android/network_change_notifier_factory_android.h"
|
| #endif
|
|
|
| namespace content {
|
| @@ -85,7 +85,7 @@ void ShellBrowserMainParts::PostMainMessageLoopStart() {
|
| void ShellBrowserMainParts::PreEarlyInitialization() {
|
| #if defined(OS_ANDROID)
|
| net::NetworkChangeNotifier::SetFactory(
|
| - new net::android::NetworkChangeNotifierFactory());
|
| + new net::NetworkChangeNotifierFactoryAndroid());
|
| #endif
|
| }
|
|
|
|
|