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

Unified Diff: remoting/host/android/remoting_host_jni_registrar.h

Issue 1867433002: [remoting android] Add native library and JNI glue for host. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: remoting/host/android/remoting_host_jni_registrar.h
diff --git a/remoting/client/jni/remoting_jni_registrar.h b/remoting/host/android/remoting_host_jni_registrar.h
similarity index 50%
copy from remoting/client/jni/remoting_jni_registrar.h
copy to remoting/host/android/remoting_host_jni_registrar.h
index e301fbe0ece2879e49c5161311fc43f54f29dcc6..ff12f761a07a91a91a598205d8f99108ded026c7 100644
--- a/remoting/client/jni/remoting_jni_registrar.h
+++ b/remoting/host/android/remoting_host_jni_registrar.h
@@ -1,9 +1,9 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
+// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef REMOTING_CLIENT_JNI_REMOTING_JNI_REGISTRAR_H_
-#define REMOTING_CLIENT_JNI_REMOTING_JNI_REGISTRAR_H_
+#ifndef REMOTING_HOST_ANDROID_REMOTING_HOST_JNI_REGISTRAR_H_
+#define REMOTING_HOST_ANDROID_REMOTING_HOST_JNI_REGISTRAR_H_
#include <jni.h>
@@ -14,4 +14,4 @@ bool RegisterJni(JNIEnv* env);
} // namespace remoting
-#endif // REMOTING_CLIENT_JNI_REMOTING_JNI_REGISTRAR_H_
+#endif // REMOTING_HOST_ANDROID_REMOTING_HOST_JNI_REGISTRAR_H_

Powered by Google App Engine
This is Rietveld 408576698