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

Unified Diff: Source/core/frame/DOMWindowProperty.cpp

Issue 26917003: Move DOMWindow and related clases from page/ to frame/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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/frame/DOMWindowProperty.h ('k') | Source/core/frame/DOMWindowTimers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/DOMWindowProperty.cpp
diff --git a/Source/core/page/DOMWindowProperty.cpp b/Source/core/frame/DOMWindowProperty.cpp
similarity index 97%
rename from Source/core/page/DOMWindowProperty.cpp
rename to Source/core/frame/DOMWindowProperty.cpp
index 32428daf3b1c98dcc3f7b3d83905658d48eadf68..6649a2f794792bbfc9c59a895b48176932f1096f 100644
--- a/Source/core/page/DOMWindowProperty.cpp
+++ b/Source/core/frame/DOMWindowProperty.cpp
@@ -25,10 +25,10 @@
*/
#include "config.h"
-#include "core/page/DOMWindowProperty.h"
+#include "core/frame/DOMWindowProperty.h"
#include "core/dom/Document.h"
-#include "core/page/DOMWindow.h"
+#include "core/frame/DOMWindow.h"
#include "core/frame/Frame.h"
namespace WebCore {
« no previous file with comments | « Source/core/frame/DOMWindowProperty.h ('k') | Source/core/frame/DOMWindowTimers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698