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

Unified Diff: Source/core/events/BeforeLoadEvent.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/core/events/AutocompleteErrorEvent.idl ('k') | Source/core/events/BeforeLoadEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/BeforeLoadEvent.h
diff --git a/Source/core/dom/BeforeLoadEvent.h b/Source/core/events/BeforeLoadEvent.h
similarity index 97%
rename from Source/core/dom/BeforeLoadEvent.h
rename to Source/core/events/BeforeLoadEvent.h
index 1e6d5fcbfd818b44b05aac33e65270581c4aa89f..b48e66e92ad389c7746ecc30758f71bf7254f825 100644
--- a/Source/core/dom/BeforeLoadEvent.h
+++ b/Source/core/events/BeforeLoadEvent.h
@@ -27,8 +27,8 @@
#ifndef BeforeLoadEvent_h
#define BeforeLoadEvent_h
-#include "core/dom/Event.h"
-#include "core/dom/EventNames.h"
+#include "core/events/Event.h"
+#include "core/events/EventNames.h"
namespace WebCore {
« no previous file with comments | « Source/core/events/AutocompleteErrorEvent.idl ('k') | Source/core/events/BeforeLoadEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698