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

Unified Diff: media/capture/content/android/screen_capture_jni_registrar.h

Issue 2148583003: Minor cleanups in media/s BUILD.gns and media/capture files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « media/capture/BUILD.gn ('k') | media/capture/content/android/screen_capture_machine_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/capture/content/android/screen_capture_jni_registrar.h
diff --git a/media/capture/content/android/screen_capture_jni_registrar.h b/media/capture/content/android/screen_capture_jni_registrar.h
index a6730b8f2b8bd7d9e0152fbad1e0d3f4f8565dd4..71e4af4c6ecda59e9ad6e3a8e27ef12f2acd7815 100644
--- a/media/capture/content/android/screen_capture_jni_registrar.h
+++ b/media/capture/content/android/screen_capture_jni_registrar.h
@@ -7,12 +7,10 @@
#include <jni.h>
-#include "media/base/media_export.h"
-
namespace media {
// Register all JNI bindings necessary for screen capture.
-MEDIA_EXPORT bool RegisterScreenCaptureJni(JNIEnv* env);
+bool RegisterScreenCaptureJni(JNIEnv* env);
} // namespace media
« no previous file with comments | « media/capture/BUILD.gn ('k') | media/capture/content/android/screen_capture_machine_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698