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

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

Issue 26848007: Move Navigation Timing and other various window-level objects out of page/ (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/History.h ('k') | Source/core/frame/History.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/History.cpp
diff --git a/Source/core/page/History.cpp b/Source/core/frame/History.cpp
similarity index 99%
rename from Source/core/page/History.cpp
rename to Source/core/frame/History.cpp
index 7e16ff4293fa0e720a56b6519124615430629fe9..4d7e73d1773e7aca4917c6a30b40dfc84d26a575 100644
--- a/Source/core/page/History.cpp
+++ b/Source/core/frame/History.cpp
@@ -24,7 +24,7 @@
*/
#include "config.h"
-#include "core/page/History.h"
+#include "core/frame/History.h"
#include "bindings/v8/ExceptionState.h"
#include "bindings/v8/SerializedScriptValue.h"
« no previous file with comments | « Source/core/frame/History.h ('k') | Source/core/frame/History.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698