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

Unified Diff: Source/modules/encryptedmedia/MediaKeySession.h

Issue 651503002: Clean up forward declarations in Source/modules (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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: Source/modules/encryptedmedia/MediaKeySession.h
diff --git a/Source/modules/encryptedmedia/MediaKeySession.h b/Source/modules/encryptedmedia/MediaKeySession.h
index 17b39bb865d5d2c7bbe36b23d1d7197b4ad8aec0..baaa3234401f40b8e84a964271a4871f22e78d60 100644
--- a/Source/modules/encryptedmedia/MediaKeySession.h
+++ b/Source/modules/encryptedmedia/MediaKeySession.h
@@ -31,9 +31,7 @@
#include "core/dom/DOMException.h"
#include "modules/EventTargetModules.h"
#include "platform/Timer.h"
-#include "platform/heap/Handle.h"
#include "public/platform/WebContentDecryptionModuleSession.h"
-#include "wtf/Forward.h"
namespace blink {
@@ -42,7 +40,6 @@ class ScriptState;
class GenericEventQueue;
class MediaKeyError;
class MediaKeys;
-class WebContentDecryptionModule;
class WebString;
// References are held by JS only. However, even if all JS references are

Powered by Google App Engine
This is Rietveld 408576698