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

Unified Diff: Source/core/frame/DOMWindowTimers.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/DOMWindowTimers.h ('k') | Source/core/frame/Frame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/DOMWindowTimers.cpp
diff --git a/Source/core/page/DOMWindowTimers.cpp b/Source/core/frame/DOMWindowTimers.cpp
similarity index 98%
rename from Source/core/page/DOMWindowTimers.cpp
rename to Source/core/frame/DOMWindowTimers.cpp
index d8bbe6ccc98fc6c56fa07378cd8d31bfa0b9f283..89d3f58623f1a3557606a2014b9ed88187d68e8c 100644
--- a/Source/core/page/DOMWindowTimers.cpp
+++ b/Source/core/frame/DOMWindowTimers.cpp
@@ -31,7 +31,7 @@
*/
#include "config.h"
-#include "core/page/DOMWindowTimers.h"
+#include "core/frame/DOMWindowTimers.h"
#include "core/events/EventTarget.h"
#include "core/page/DOMTimer.h"
« no previous file with comments | « Source/core/frame/DOMWindowTimers.h ('k') | Source/core/frame/Frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698