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

Unified Diff: Source/core/frame/Navigator.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/Navigator.h ('k') | Source/core/frame/Navigator.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/Navigator.cpp
diff --git a/Source/core/page/Navigator.cpp b/Source/core/frame/Navigator.cpp
similarity index 98%
rename from Source/core/page/Navigator.cpp
rename to Source/core/frame/Navigator.cpp
index 6814a10859fc0ab1d08d29bca34e3b8dd54432e2..abfb4d8e2b1bca5092742083b47d36a66cd4b7b1 100644
--- a/Source/core/page/Navigator.cpp
+++ b/Source/core/frame/Navigator.cpp
@@ -21,19 +21,19 @@
*/
#include "config.h"
-#include "core/page/Navigator.h"
+#include "core/frame/Navigator.h"
#include "bindings/v8/ScriptController.h"
#include "core/dom/Document.h"
+#include "core/frame/NavigatorID.h"
#include "core/loader/CookieJar.h"
#include "core/loader/FrameLoader.h"
#include "core/page/Frame.h"
-#include "core/page/NavigatorID.h"
#include "core/page/Page.h"
#include "core/page/Settings.h"
-#include "platform/Language.h"
#include "core/plugins/DOMMimeTypeArray.h"
#include "core/plugins/DOMPluginArray.h"
+#include "platform/Language.h"
#ifndef WEBCORE_NAVIGATOR_PRODUCT_SUB
#define WEBCORE_NAVIGATOR_PRODUCT_SUB "20030107"
« no previous file with comments | « Source/core/frame/Navigator.h ('k') | Source/core/frame/Navigator.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698