Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(370)

Unified Diff: content/public/android/junit/src/org/chromium/content/browser/installedapp/InstalledAppProviderTest.java

Issue 2768883003: InstalledAppProviderTest: Remove explicit "final" (requires Java 8). (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/android/junit/src/org/chromium/content/browser/installedapp/InstalledAppProviderTest.java
diff --git a/content/public/android/junit/src/org/chromium/content/browser/installedapp/InstalledAppProviderTest.java b/content/public/android/junit/src/org/chromium/content/browser/installedapp/InstalledAppProviderTest.java
index 583c868c4561a5eaf33d24aece78e7629cfc8a7a..971acc9684c85edbaaacd6260ee0b491a51479fe 100644
--- a/content/public/android/junit/src/org/chromium/content/browser/installedapp/InstalledAppProviderTest.java
+++ b/content/public/android/junit/src/org/chromium/content/browser/installedapp/InstalledAppProviderTest.java
@@ -246,7 +246,7 @@ public class InstalledAppProviderTest {
* returned.
*/
private void verifyInstalledApps(RelatedApplication[] manifestRelatedApps,
- final RelatedApplication[] expectedInstalledRelatedApps) {
+ RelatedApplication[] expectedInstalledRelatedApps) {
mInstalledAppProvider.filterInstalledApps(
manifestRelatedApps, new InstalledAppProvider.FilterInstalledAppsResponse() {
@Override
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698