| Index: content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/LinkerTests.java
|
| diff --git a/content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/LinkerTests.java b/content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/LinkerTests.java
|
| index 43c8a1cefa034ea304425ac06b6dff95b5c26b90..e92f5ab9d9de3528bf5038aab55224693cedb893 100644
|
| --- a/content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/LinkerTests.java
|
| +++ b/content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/LinkerTests.java
|
| @@ -24,7 +24,7 @@ public class LinkerTests implements Linker.TestRunner {
|
| boolean checkSharedRelro;
|
| if (isBrowserProcess) {
|
| Linker linker = Linker.getInstance();
|
| - int linkerImplementation = linker.getLinkerImplementationForTesting();
|
| + int linkerImplementation = linker.getImplementationForTesting();
|
|
|
| if (linkerImplementation == Linker.LINKER_IMPLEMENTATION_LEGACY) {
|
| // LegacyLinker may share RELROs in the browser.
|
|
|