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

Unified Diff: android_webview/java/src/org/chromium/android_webview/AwContentViewClient.java

Issue 98853009: Fixing Java style issues in android_webview. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Bo's nits Created 7 years 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: android_webview/java/src/org/chromium/android_webview/AwContentViewClient.java
diff --git a/android_webview/java/src/org/chromium/android_webview/AwContentViewClient.java b/android_webview/java/src/org/chromium/android_webview/AwContentViewClient.java
index 1240ceaaf6e6e0141cc5fbba455b5c2af3cdad69..6ed4911ffaf2dae142ec0c2946e315b850d401c3 100644
--- a/android_webview/java/src/org/chromium/android_webview/AwContentViewClient.java
+++ b/android_webview/java/src/org/chromium/android_webview/AwContentViewClient.java
@@ -74,7 +74,7 @@ public class AwContentViewClient extends ContentViewClient {
}
@Override
- final public ContentVideoViewClient getContentVideoViewClient() {
+ public final ContentVideoViewClient getContentVideoViewClient() {
return new AwContentVideoViewClient();
}

Powered by Google App Engine
This is Rietveld 408576698