| Index: content/shell/android/linker_test_apk/chromium_linker_test_linker_tests.cc
|
| diff --git a/content/shell/android/linker_test_apk/chromium_linker_test_linker_tests.cc b/content/shell/android/linker_test_apk/chromium_linker_test_linker_tests.cc
|
| index 0e958284856c1471911d9198221360fe1f851f4c..a6131681420a7a97ae688d58d90a442e4cae3297 100644
|
| --- a/content/shell/android/linker_test_apk/chromium_linker_test_linker_tests.cc
|
| +++ b/content/shell/android/linker_test_apk/chromium_linker_test_linker_tests.cc
|
| @@ -8,8 +8,6 @@
|
| // can
|
| // thus use base/ and the C++ STL.
|
|
|
| -#include "content/shell/android/linker_test_apk/chromium_linker_test_linker_tests.h"
|
| -
|
| #include <errno.h>
|
| #include <sys/mman.h>
|
| #include <stdio.h>
|
| @@ -180,6 +178,4 @@ jboolean CheckForNoSharedRelros(JNIEnv* env,
|
| return RunChecks(in_browser_process, false);
|
| }
|
|
|
| -bool RegisterLinkerTestsJni(JNIEnv* env) { return RegisterNativesImpl(env); }
|
| -
|
| } // namespace content
|
|
|