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

Unified Diff: third_party/WebKit/Source/modules/EventTargetModules.h

Issue 2466383004: blink: Cleanup class forward declarations (Closed)
Patch Set: Created 4 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
Index: third_party/WebKit/Source/modules/EventTargetModules.h
diff --git a/third_party/WebKit/Source/modules/EventTargetModules.h b/third_party/WebKit/Source/modules/EventTargetModules.h
index 2ad606d32bb4d05f17f3c84bfa43ec978a05aba8..e86e701107b5fcb8ab11adc9ae4379c788c5c1cd 100644
--- a/third_party/WebKit/Source/modules/EventTargetModules.h
+++ b/third_party/WebKit/Source/modules/EventTargetModules.h
@@ -9,13 +9,4 @@
#include "modules/EventModulesNames.h"
#include "modules/EventTargetModulesNames.h"
-namespace blink {
-
-class IDBRequest;
-class MediaDevices;
-class MediaRecorder;
-class MediaStream;
-
-} // namespace blink
-
#endif // EventTargetModules_h
haraken 2016/11/02 14:57:51 Oh... this is an include-only header file...
jbriance 2016/11/02 17:22:47 Indeed. My knowledge on this part is limited, and
« no previous file with comments | « third_party/WebKit/Source/core/timing/Performance.h ('k') | third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698