| 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 8f4dda2e194d4e752806967b581c7d7e8863f6d8..7d76221ddc176e27621dba4d063679a75745e019 100644
|
| --- a/content/shell/shell_browser_main_parts.cc
|
| +++ b/content/shell/shell_browser_main_parts.cc
|
| @@ -26,7 +26,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 {
|
| @@ -91,7 +91,7 @@ void ShellBrowserMainParts::PostMainMessageLoopStart() {
|
| void ShellBrowserMainParts::PreEarlyInitialization() {
|
| #if defined(OS_ANDROID)
|
| net::NetworkChangeNotifier::SetFactory(
|
| - new net::android::NetworkChangeNotifierFactory());
|
| + new net::NetworkChangeNotifierFactoryAndroid());
|
| #endif
|
| }
|
|
|
|
|