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

Unified Diff: chrome/android/shell/java/src/org/chromium/chrome/shell/omnibox/SuggestionPopup.java

Issue 600983002: [Checkstyle] Fix misc style issues in Java files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build Created 6 years, 3 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
Index: chrome/android/shell/java/src/org/chromium/chrome/shell/omnibox/SuggestionPopup.java
diff --git a/chrome/android/shell/java/src/org/chromium/chrome/shell/omnibox/SuggestionPopup.java b/chrome/android/shell/java/src/org/chromium/chrome/shell/omnibox/SuggestionPopup.java
index 2afc267b8a180da4b1a5a162c5bf55f62158d927..266e9d776be7cb28322256cc1a4e82c1e8ab2033 100644
--- a/chrome/android/shell/java/src/org/chromium/chrome/shell/omnibox/SuggestionPopup.java
+++ b/chrome/android/shell/java/src/org/chromium/chrome/shell/omnibox/SuggestionPopup.java
@@ -105,7 +105,7 @@ public class SuggestionPopup implements OnSuggestionsReceivedListener, TextWatch
private int getSuggestionPopupHeight() {
Rect appRect = new Rect();
- ((ChromeShellActivity)mContext).getWindow().getDecorView().
+ ((ChromeShellActivity) mContext).getWindow().getDecorView().
getWindowVisibleDisplayFrame(appRect);
int dropDownItemHeight = mContext.getResources().
getDimensionPixelSize(R.dimen.dropdown_item_height);

Powered by Google App Engine
This is Rietveld 408576698