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

Unified Diff: Source/core/events/BeforeUnloadEvent.cpp

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/BeforeUnloadEvent.h ('k') | Source/core/events/BeforeUnloadEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/BeforeUnloadEvent.cpp
diff --git a/Source/core/dom/BeforeUnloadEvent.cpp b/Source/core/events/BeforeUnloadEvent.cpp
similarity index 94%
rename from Source/core/dom/BeforeUnloadEvent.cpp
rename to Source/core/events/BeforeUnloadEvent.cpp
index a22374c0619eae43160e3d6f50a2538d86996c4f..55817654e17504e071488bc5ca519e1011a1ea23 100644
--- a/Source/core/dom/BeforeUnloadEvent.cpp
+++ b/Source/core/events/BeforeUnloadEvent.cpp
@@ -22,9 +22,9 @@
*/
#include "config.h"
-#include "core/dom/BeforeUnloadEvent.h"
+#include "core/events/BeforeUnloadEvent.h"
-#include "core/dom/EventNames.h"
+#include "core/events/EventNames.h"
namespace WebCore {
« no previous file with comments | « Source/core/events/BeforeUnloadEvent.h ('k') | Source/core/events/BeforeUnloadEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698