summaryrefslogtreecommitdiffstats
path: root/remoting/client/jni/chromoting_jni_runtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/client/jni/chromoting_jni_runtime.h')
-rw-r--r--remoting/client/jni/chromoting_jni_runtime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/client/jni/chromoting_jni_runtime.h b/remoting/client/jni/chromoting_jni_runtime.h
index 1ca1124..5fb4957 100644
--- a/remoting/client/jni/chromoting_jni_runtime.h
+++ b/remoting/client/jni/chromoting_jni_runtime.h
@@ -18,7 +18,7 @@ template<typename T> struct DefaultSingletonTraits;
namespace remoting {
-bool RegisterJni(JNIEnv* env);
+bool RegisterChromotingJniRuntime(JNIEnv* env);
// Houses the global resources on which the Chromoting components run
// (e.g. message loops and task runners). Proxies outgoing JNI calls from its