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

Unified Diff: Source/core/dom/ScopedEventQueue.cpp

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/dom/RenderedDocumentMarker.h ('k') | Source/core/dom/ScriptElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/ScopedEventQueue.cpp
diff --git a/Source/core/dom/ScopedEventQueue.cpp b/Source/core/dom/ScopedEventQueue.cpp
index 185de8d5c6f7d18df68c9490716763908d6e12f1..38899360193a3fd37792df1913837c1e56cf368b 100644
--- a/Source/core/dom/ScopedEventQueue.cpp
+++ b/Source/core/dom/ScopedEventQueue.cpp
@@ -29,12 +29,12 @@
*/
#include "config.h"
-#include "ScopedEventQueue.h"
+#include "core/dom/ScopedEventQueue.h"
-#include "Event.h"
-#include "EventDispatchMediator.h"
-#include "EventDispatcher.h"
-#include "EventTarget.h"
+#include "core/dom/Event.h"
+#include "core/dom/EventDispatchMediator.h"
+#include "core/dom/EventDispatcher.h"
+#include "core/dom/EventTarget.h"
#include <wtf/OwnPtr.h>
#include <wtf/RefPtr.h>
« no previous file with comments | « Source/core/dom/RenderedDocumentMarker.h ('k') | Source/core/dom/ScriptElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698