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

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

Issue 650063002: Move MediaStream and MediaStreamTrack implementation from modules/mediastream to core/mediastream. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased. 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
« no previous file with comments | « Source/core/mediastream/MediaStream.idl ('k') | Source/core/mediastream/MediaStreamEvent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/mediastream/MediaStreamEvent.h
diff --git a/Source/modules/mediastream/MediaStreamEvent.h b/Source/core/mediastream/MediaStreamEvent.h
similarity index 96%
rename from Source/modules/mediastream/MediaStreamEvent.h
rename to Source/core/mediastream/MediaStreamEvent.h
index 0b4a984cae1f9d9808b850ca07bf72f51cb67207..93d8d5240f344e43f1eff2754d37da4fc85116bb 100644
--- a/Source/modules/mediastream/MediaStreamEvent.h
+++ b/Source/core/mediastream/MediaStreamEvent.h
@@ -25,8 +25,8 @@
#ifndef MediaStreamEvent_h
#define MediaStreamEvent_h
-#include "modules/EventModules.h"
-#include "modules/mediastream/MediaStream.h"
+#include "core/events/Event.h"
+#include "core/mediastream/MediaStream.h"
#include "wtf/text/AtomicString.h"
namespace blink {
« no previous file with comments | « Source/core/mediastream/MediaStream.idl ('k') | Source/core/mediastream/MediaStreamEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698