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

Unified Diff: Source/core/frame/DOMWindow.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/DOMWindow.h ('k') | Source/core/frame/DOMWindowBase64.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/DOMWindow.cpp
diff --git a/Source/core/page/DOMWindow.cpp b/Source/core/frame/DOMWindow.cpp
similarity index 99%
rename from Source/core/page/DOMWindow.cpp
rename to Source/core/frame/DOMWindow.cpp
index 077bbe86094aff7df78d6671332ab46f665c6dbb..e6c2b7a03f85ea49890a8a8f504bd0b3e993840b 100644
--- a/Source/core/page/DOMWindow.cpp
+++ b/Source/core/frame/DOMWindow.cpp
@@ -25,7 +25,7 @@
*/
#include "config.h"
-#include "core/page/DOMWindow.h"
+#include "core/frame/DOMWindow.h"
#include <algorithm>
#include "RuntimeEnabledFeatures.h"
@@ -67,11 +67,11 @@
#include "core/loader/FrameLoader.h"
#include "core/loader/FrameLoaderClient.h"
#include "core/loader/appcache/ApplicationCache.h"
-#include "core/page/BarProp.h"
+#include "core/frame/BarProp.h"
#include "core/page/Chrome.h"
#include "core/page/ChromeClient.h"
#include "core/page/CreateWindow.h"
-#include "core/page/DOMWindowLifecycleNotifier.h"
+#include "core/frame/DOMWindowLifecycleNotifier.h"
#include "core/page/EventHandler.h"
#include "core/page/FrameTree.h"
#include "core/frame/FrameView.h"
« no previous file with comments | « Source/core/frame/DOMWindow.h ('k') | Source/core/frame/DOMWindowBase64.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698