Index: testing/android/proguard_for_test.flags |
diff --git a/testing/android/proguard_for_test.flags b/testing/android/proguard_for_test.flags |
index f427ac695781a6861f562fd6aefc3ab8612a96df..46befb06953872b4dead014d76eb0c6470e5bcea 100644 |
--- a/testing/android/proguard_for_test.flags |
+++ b/testing/android/proguard_for_test.flags |
@@ -95,7 +95,7 @@ |
# Needed for chrome_sync_shell_test_apk. Note - these do no affect chrome_apk's |
# size. |
--keep class org.chromium.sync.protocol.* { *; } |
+-keep class org.chromium.components.sync.protocol.* { *; } |
# These resources are referenced in tests, but not in the real application. |
-keepclassmembers class org.chromium.chrome.R$id { |