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

Unified Diff: media/filters/opus_constants.h

Issue 2911643002: Create BUILD.gn files for //media/filters. (Closed)
Patch Set: Fix mac build. Created 3 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
Index: media/filters/opus_constants.h
diff --git a/media/filters/opus_constants.h b/media/filters/opus_constants.h
index aea1a4f2cd77f0d8906a73e420490940d4d803e9..2e0183c6f4a3bb632430a84dfc140f88980b53b2 100644
--- a/media/filters/opus_constants.h
+++ b/media/filters/opus_constants.h
@@ -7,6 +7,8 @@
#include <stdint.h>
+#include "media/base/media_export.h"
mlamouri (slow - plz ping) 2017/06/05 12:30:16 Why are you adding this?
a.suchit2 2017/06/05 18:22:25 It is not needed. I forgot to remove it. I will Up
+
namespace media {
// The Opus specification is part of IETF RFC 6716:

Powered by Google App Engine
This is Rietveld 408576698