Index: build/android/pylib/linker/test_case.py |
diff --git a/build/android/pylib/linker/test_case.py b/build/android/pylib/linker/test_case.py |
index b4bddc727c749c0cd5979860f45518360397203f..b8b94aa97347cb71092794b9b6043d2c4fb94186 100644 |
--- a/build/android/pylib/linker/test_case.py |
+++ b/build/android/pylib/linker/test_case.py |
@@ -55,7 +55,8 @@ _COMMAND_LINE_FILE='/data/local/tmp/content-linker-test-command-line' |
# Path to the Linker.java source file. |
_LINKER_JAVA_SOURCE_PATH = \ |
- 'content/public/android/java/src/org/chromium/content/app/Linker.java' |
+ 'content/public/android/java/src/' + \ |
+ 'org/chromium/content_public/app/Linker.java' |
# A regular expression used to extract the browser shared RELRO configuration |
# from the Java source file above. |