| Index: net/android/gurl_utils.cc
|
| diff --git a/net/android/gurl_utils.cc b/net/android/gurl_utils.cc
|
| index c8cb1e4e9981bc51bee260cfad18e70076f0b72b..e8ad46692b46017d23ebbb7e2a9cae04d5163cae 100644
|
| --- a/net/android/gurl_utils.cc
|
| +++ b/net/android/gurl_utils.cc
|
| @@ -2,8 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "net/android/gurl_utils.h"
|
| -
|
| #include "base/android/jni_string.h"
|
| #include "jni/GURLUtils_jni.h"
|
| #include "url/gurl.h"
|
| @@ -24,8 +22,4 @@ jstring GetScheme(JNIEnv* env, jclass clazz, jstring url) {
|
| host.scheme()).Release();
|
| }
|
|
|
| -bool RegisterGURLUtils(JNIEnv* env) {
|
| - return RegisterNativesImpl(env);
|
| -}
|
| -
|
| } // net namespace
|
|
|