| Index: base/test/test_file_util_android.cc
|
| diff --git a/base/test/test_file_util_android.cc b/base/test/test_file_util_android.cc
|
| index a272d674e1a5f3322028959b173c66600c9616b7..7f442a80ee55577797d0f9c03d280ba26d4e02c7 100644
|
| --- a/base/test/test_file_util_android.cc
|
| +++ b/base/test/test_file_util_android.cc
|
| @@ -12,10 +12,6 @@
|
|
|
| namespace base {
|
|
|
| -bool RegisterContentUriTestUtils(JNIEnv* env) {
|
| - return RegisterNativesImpl(env);
|
| -}
|
| -
|
| FilePath InsertImageIntoMediaStore(const FilePath& path) {
|
| JNIEnv* env = base::android::AttachCurrentThread();
|
| ScopedJavaLocalRef<jstring> j_path =
|
|
|