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

Unified Diff: android/important_file_writer_android.cc

Issue 2050803003: Update to Chromium //base at Chromium commit e3a753f17bac62738b0dbf0b36510f767b081e4b. (Closed) Base URL: https://github.com/domokit/base.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « android/field_trial_list.cc ('k') | android/java/debug_src/org/chromium/base/IncrementalInstall.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android/important_file_writer_android.cc
diff --git a/android/important_file_writer_android.cc b/android/important_file_writer_android.cc
index bcbd785da0449e8e7cf57c919d80cbc4355dcb34..f324738bb945086180d7eeb8eefac4c30102fc06 100644
--- a/android/important_file_writer_android.cc
+++ b/android/important_file_writer_android.cc
@@ -15,9 +15,9 @@ namespace base {
namespace android {
static jboolean WriteFileAtomically(JNIEnv* env,
- jclass /* clazz */,
- jstring file_name,
- jbyteArray data) {
+ const JavaParamRef<jclass>& /* clazz */,
+ const JavaParamRef<jstring>& file_name,
+ const JavaParamRef<jbyteArray>& data) {
// This is called on the UI thread during shutdown to save tab data, so
// needs to enable IO.
base::ThreadRestrictions::ScopedAllowIO allow_io;
« no previous file with comments | « android/field_trial_list.cc ('k') | android/java/debug_src/org/chromium/base/IncrementalInstall.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698