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

Unified Diff: third_party/WebKit/Source/core/html/media/HTMLMediaSource.cpp

Issue 2780403004: Create core/html/media/ and move auxiliary media files in it. (Closed)
Patch Set: actually add autoplay files Created 3 years, 9 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/media/HTMLMediaSource.cpp
diff --git a/third_party/WebKit/Source/core/html/HTMLMediaSource.cpp b/third_party/WebKit/Source/core/html/media/HTMLMediaSource.cpp
similarity index 97%
rename from third_party/WebKit/Source/core/html/HTMLMediaSource.cpp
rename to third_party/WebKit/Source/core/html/media/HTMLMediaSource.cpp
index 8db8dae2423bb2437d6e2581191b2b2905b63dd3..e02e973544ea860173d00da0dcac5557e8f5f107 100644
--- a/third_party/WebKit/Source/core/html/HTMLMediaSource.cpp
+++ b/third_party/WebKit/Source/core/html/media/HTMLMediaSource.cpp
@@ -28,7 +28,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "core/html/HTMLMediaSource.h"
+#include "core/html/media/HTMLMediaSource.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698