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

Unified Diff: media/midi/midi_jni_registrar.h

Issue 1121363002: GN Windows component build fixes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@component2
Patch Set: . Created 5 years, 7 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/midi/midi_export.h ('k') | media/midi/midi_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/midi/midi_jni_registrar.h
diff --git a/media/midi/midi_jni_registrar.h b/media/midi/midi_jni_registrar.h
index f981e5c6a4d40e3f1bd18abd29b7d2817618e2e3..6acad7d775f3fb97241daecf14623299c5077bfe 100644
--- a/media/midi/midi_jni_registrar.h
+++ b/media/midi/midi_jni_registrar.h
@@ -7,13 +7,13 @@
#include <jni.h>
-#include "media/base/media_export.h"
+#include "media/midi/midi_export.h"
namespace media {
namespace midi {
// Register all JNI bindings necessary for media/midi.
-MEDIA_EXPORT bool RegisterJni(JNIEnv* env);
+MIDI_EXPORT bool RegisterJni(JNIEnv* env);
} // namespace midi
} // namespace media
« no previous file with comments | « media/midi/midi_export.h ('k') | media/midi/midi_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698