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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/util/FeatureUtilitiesTest.java

Issue 744453002: Fix a bunch of Java Checkstyle issues. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: NeedsBraces to info Created 6 years, 1 month 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
Index: chrome/android/javatests/src/org/chromium/chrome/browser/util/FeatureUtilitiesTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/util/FeatureUtilitiesTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/util/FeatureUtilitiesTest.java
index 9f743ceb653cf9e6f547cff413604af979df6e69..c24133c192c244ffc92dd701f25c200a1c951f60 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/util/FeatureUtilitiesTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/util/FeatureUtilitiesTest.java
@@ -64,8 +64,8 @@ public class FeatureUtilitiesTest extends InstrumentationTestCase {
}
@Override
- public List<ResolveInfo>queryIntentActivities(Intent intent, int flags) {
- List<ResolveInfo>resolveInfoList = new ArrayList<ResolveInfo>();
+ public List<ResolveInfo> queryIntentActivities(Intent intent, int flags) {
+ List<ResolveInfo> resolveInfoList = new ArrayList<ResolveInfo>();
if (intent.getAction().equals(mAction)) {
// Add an entry to the returned list as the action

Powered by Google App Engine
This is Rietveld 408576698