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

Unified Diff: chromecast/browser/android/apk/src/org/chromium/chromecast/shell/CastCrashHandler.java

Issue 672533002: Enable separatorWrap module in CheckStyle and fix all the issues. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Undo mojo changes Created 6 years, 2 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: chromecast/browser/android/apk/src/org/chromium/chromecast/shell/CastCrashHandler.java
diff --git a/chromecast/browser/android/apk/src/org/chromium/chromecast/shell/CastCrashHandler.java b/chromecast/browser/android/apk/src/org/chromium/chromecast/shell/CastCrashHandler.java
index 20fed194c8fb16dc50f27d89671729d4b1ebc087..ca25fb11d18ba3c83f7a32765c43273c1c01cf25 100644
--- a/chromecast/browser/android/apk/src/org/chromium/chromecast/shell/CastCrashHandler.java
+++ b/chromecast/browser/android/apk/src/org/chromium/chromecast/shell/CastCrashHandler.java
@@ -21,8 +21,8 @@ public final class CastCrashHandler {
@CalledByNative
public static void uploadCurrentProcessDumpSync(String crashDumpPath, String logFilePath,
boolean isDebugBuild) {
- new CastCrashUploader(crashDumpPath, isDebugBuild).
- uploadCurrentProcessDumpSync(logFilePath);
+ new CastCrashUploader(crashDumpPath, isDebugBuild)
+ .uploadCurrentProcessDumpSync(logFilePath);
}
@CalledByNative

Powered by Google App Engine
This is Rietveld 408576698