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

Unified Diff: content/public/android/java/src/org/chromium/content/browser/ScreenOrientationProvider.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: content/public/android/java/src/org/chromium/content/browser/ScreenOrientationProvider.java
diff --git a/content/public/android/java/src/org/chromium/content/browser/ScreenOrientationProvider.java b/content/public/android/java/src/org/chromium/content/browser/ScreenOrientationProvider.java
index 32040605000cc5b8a8abcc5085d57e9c1b602d84..7a174a6e49f462694b88b2d1ff97732162f48db7 100644
--- a/content/public/android/java/src/org/chromium/content/browser/ScreenOrientationProvider.java
+++ b/content/public/android/java/src/org/chromium/content/browser/ScreenOrientationProvider.java
@@ -94,7 +94,7 @@ public class ScreenOrientationProvider {
ScreenOrientationConstants.EXTRA_ORIENTATION,
ScreenOrientationValues.DEFAULT);
defaultOrientation = getOrientationFromWebScreenOrientations(
- (byte)orientation, activity);
+ (byte) orientation, activity);
try {
if (defaultOrientation == ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED) {

Powered by Google App Engine
This is Rietveld 408576698