| Index: base/android/base_jni_registrar.cc
|
| diff --git a/base/android/base_jni_registrar.cc b/base/android/base_jni_registrar.cc
|
| index 9fd1dab06bbdfff5827afbe9ec58c66ea54bd3bb..921c43eef3820b6b65cb23c8fc3755c080fc8cba 100644
|
| --- a/base/android/base_jni_registrar.cc
|
| +++ b/base/android/base_jni_registrar.cc
|
| @@ -16,7 +16,7 @@
|
| #include "base/android/memory_pressure_listener_android.h"
|
| #include "base/android/path_service_android.h"
|
| #include "base/android/path_utils.h"
|
| -#include "base/android/sys_utils.h"
|
| +#include "base/android/sys_utils_android.h"
|
| #include "base/android/thread_utils.h"
|
| #include "base/basictypes.h"
|
| #include "base/debug/trace_event.h"
|
| @@ -47,7 +47,7 @@ static RegistrationMethod kBaseRegisteredMethods[] = {
|
| { "PathService", base::android::RegisterPathService },
|
| { "PathUtils", base::android::RegisterPathUtils },
|
| { "SystemMessageHandler", base::MessagePumpForUI::RegisterBindings },
|
| - { "SysUtils", base::android::SysUtils::Register },
|
| + { "SysUtils", base::android::SysUtilsAndroid::Register },
|
| { "PowerMonitor", base::RegisterPowerMonitor },
|
| { "ThreadUtils", base::RegisterThreadUtils },
|
| };
|
|
|