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

Unified Diff: media/blink/cache_util.h

Issue 1430063003: use MEDIA_BLINK_EXPORT in media/blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no (c) Created 5 years, 1 month 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/blink/buffered_resource_loader.h ('k') | media/blink/cdm_result_promise_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/cache_util.h
diff --git a/media/blink/cache_util.h b/media/blink/cache_util.h
index 5c59f14e74234adfd15a25010bf16195e87f695d..033b6bdd069ef332925c54cac6b90a166b697899 100644
--- a/media/blink/cache_util.h
+++ b/media/blink/cache_util.h
@@ -8,7 +8,7 @@
#include <vector>
#include "base/basictypes.h"
-#include "media/base/media_export.h"
+#include "media/blink/media_blink_export.h"
namespace blink {
class WebURLResponse;
@@ -33,8 +33,8 @@ enum UncacheableReason {
// Return the logical OR of the reasons "response" cannot be used for a future
// request (using the disk cache), or 0 if it might be useful.
-uint32 MEDIA_EXPORT GetReasonsForUncacheability(
- const blink::WebURLResponse& response);
+uint32 MEDIA_BLINK_EXPORT
+GetReasonsForUncacheability(const blink::WebURLResponse& response);
} // namespace media
« no previous file with comments | « media/blink/buffered_resource_loader.h ('k') | media/blink/cdm_result_promise_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698