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

Unified Diff: media/base/media_log.h

Issue 23454006: Implement experimental MP3 support for Media Source API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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/base/media_log.h
diff --git a/media/base/media_log.h b/media/base/media_log.h
index 1d25c0973a5dfc865712e1d7fe3c075e4cba6b2a..049630edba2d08f7dddebe3180204174e3d0732d 100644
--- a/media/base/media_log.h
+++ b/media/base/media_log.h
@@ -22,7 +22,7 @@ namespace media {
typedef base::Callback<void(const std::string&)> LogCB;
// Helper class to make it easier to use log_cb like DVLOG().
-class LogHelper {
+class MEDIA_EXPORT LogHelper {
public:
LogHelper(const LogCB& Log_cb);
~LogHelper();

Powered by Google App Engine
This is Rietveld 408576698