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

Unified Diff: Source/core/frame/Navigator.h

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/Location.idl ('k') | Source/core/frame/Navigator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/Navigator.h
diff --git a/Source/core/page/Navigator.h b/Source/core/frame/Navigator.h
similarity index 98%
rename from Source/core/page/Navigator.h
rename to Source/core/frame/Navigator.h
index f0522bf52309c83109ac7778d28f20e774a6e03e..ca8f342d2223d6bfad328f309c5d158e88075980 100644
--- a/Source/core/page/Navigator.h
+++ b/Source/core/frame/Navigator.h
@@ -22,7 +22,7 @@
#include "bindings/v8/ScriptWrappable.h"
#include "core/page/DOMWindowProperty.h"
-#include "core/page/NavigatorBase.h"
+#include "core/frame/NavigatorBase.h"
#include "platform/Supplementable.h"
#include "wtf/Forward.h"
#include "wtf/PassRefPtr.h"
« no previous file with comments | « Source/core/frame/Location.idl ('k') | Source/core/frame/Navigator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698