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

Unified Diff: Source/core/html/HTMLMediaElement.h

Issue 14519003: Absolutify paths to dom/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix testrunner Created 7 years, 8 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/html/HTMLMarqueeElement.cpp ('k') | Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLMediaElement.h
diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
index d442c6b933855eebc8ad15fc4d2c491daeabfed6..7bdc880e7fefe5a8b71a641e98c6e117603849c9 100644
--- a/Source/core/html/HTMLMediaElement.h
+++ b/Source/core/html/HTMLMediaElement.h
@@ -26,10 +26,10 @@
#ifndef HTMLMediaElement_h
#define HTMLMediaElement_h
-#include "ActiveDOMObject.h"
-#include "GenericEventQueue.h"
#include "HTMLElement.h"
#include "MediaControllerInterface.h"
+#include "core/dom/ActiveDOMObject.h"
+#include "core/dom/GenericEventQueue.h"
#include "core/page/MediaCanStartListener.h"
#include "core/platform/graphics/MediaPlayer.h"
« no previous file with comments | « Source/core/html/HTMLMarqueeElement.cpp ('k') | Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698