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

Unified Diff: third_party/WebKit/Source/core/html/HTMLMediaElement.h

Issue 2444873002: Move WebMIMERegistry impl from //content to blink:platform/network/mime (Closed)
Patch Set: remove indirection Created 4 years, 2 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: third_party/WebKit/Source/core/html/HTMLMediaElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.h b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
index c927eeb9db8409a3900dd725e0749b70eb442480..40704be9e544f8b038c9fdc22b5b2f11facff1ed 100644
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
@@ -37,11 +37,11 @@
#include "core/html/AutoplayExperimentHelper.h"
#include "core/html/HTMLElement.h"
#include "core/html/track/TextTrack.h"
+#include "platform/MIMETypeRegistry.h"
#include "platform/Supplementable.h"
#include "platform/audio/AudioSourceProvider.h"
#include "public/platform/WebAudioSourceProviderClient.h"
#include "public/platform/WebMediaPlayerClient.h"
-#include "public/platform/WebMimeRegistry.h"
#include <memory>
namespace blink {
@@ -85,7 +85,7 @@ class CORE_EXPORT HTMLMediaElement : public HTMLElement,
USING_PRE_FINALIZER(HTMLMediaElement, dispose);
public:
- static WebMimeRegistry::SupportsType supportsType(const ContentType&);
+ static MIMETypeRegistry::SupportsType supportsType(const ContentType&);
enum class RecordMetricsBehavior { DoNotRecord, DoRecord };

Powered by Google App Engine
This is Rietveld 408576698