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

Unified Diff: android/application_status_listener.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/animation_frame_time_histogram.cc ('k') | android/command_line_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android/application_status_listener.cc
diff --git a/android/application_status_listener.cc b/android/application_status_listener.cc
index 3e6fbf833ceb98e8bca020750ce078b34eba34b8..5aee781faabcc1cd206ca4fc012000d862ab68f5 100644
--- a/android/application_status_listener.cc
+++ b/android/application_status_listener.cc
@@ -66,7 +66,7 @@ void ApplicationStatusListener::NotifyApplicationStateChange(
}
static void OnApplicationStateChange(JNIEnv* env,
- jclass clazz,
+ const JavaParamRef<jclass>& clazz,
jint new_state) {
ApplicationState application_state = static_cast<ApplicationState>(new_state);
ApplicationStatusListener::NotifyApplicationStateChange(application_state);
« no previous file with comments | « android/animation_frame_time_histogram.cc ('k') | android/command_line_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698