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

Unified Diff: Source/core/frame/ConsoleBase.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/ConsoleBase.h ('k') | Source/core/frame/ConsoleBase.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/ConsoleBase.cpp
diff --git a/Source/core/page/ConsoleBase.cpp b/Source/core/frame/ConsoleBase.cpp
similarity index 99%
rename from Source/core/page/ConsoleBase.cpp
rename to Source/core/frame/ConsoleBase.cpp
index c6e49470822d7bc10d06560132113243d73f13f1..ab112fa41ba0472ac32baefb512ac71bf8028acc 100644
--- a/Source/core/page/ConsoleBase.cpp
+++ b/Source/core/frame/ConsoleBase.cpp
@@ -27,7 +27,7 @@
*/
#include "config.h"
-#include "core/page/Console.h"
+#include "core/frame/Console.h"
#include "bindings/v8/ScriptCallStackFactory.h"
#include "bindings/v8/ScriptProfiler.h"
@@ -37,7 +37,7 @@
#include "core/inspector/ScriptArguments.h"
#include "core/inspector/ScriptCallStack.h"
#include "core/inspector/ScriptProfile.h"
-#include "core/page/ConsoleTypes.h"
+#include "core/frame/ConsoleTypes.h"
#include "platform/TraceEvent.h"
#include "wtf/text/CString.h"
#include "wtf/text/WTFString.h"
« no previous file with comments | « Source/core/frame/ConsoleBase.h ('k') | Source/core/frame/ConsoleBase.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698