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

Unified Diff: Source/modules/mediastream/MediaStreamEvent.h

Issue 23983049: Move dom/*Event* to events to match the DOM vs. Events spec separation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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
« no previous file with comments | « Source/modules/mediastream/MediaStream.cpp ('k') | Source/modules/mediastream/MediaStreamEvent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediastream/MediaStreamEvent.h
diff --git a/Source/modules/mediastream/MediaStreamEvent.h b/Source/modules/mediastream/MediaStreamEvent.h
index ae0f616101209594e9d937366c2d6b3106bfcfa3..838b2bb0bc9063ecb9603a8c9e9a3a68b31eff8d 100644
--- a/Source/modules/mediastream/MediaStreamEvent.h
+++ b/Source/modules/mediastream/MediaStreamEvent.h
@@ -25,7 +25,7 @@
#ifndef MediaStreamEvent_h
#define MediaStreamEvent_h
-#include "core/dom/Event.h"
+#include "core/events/Event.h"
#include "modules/mediastream/MediaStream.h"
#include "wtf/text/AtomicString.h"
« no previous file with comments | « Source/modules/mediastream/MediaStream.cpp ('k') | Source/modules/mediastream/MediaStreamEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698