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

Unified Diff: Source/core/frame/Console.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/Console.h ('k') | Source/core/frame/Console.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/Console.cpp
diff --git a/Source/core/page/Console.cpp b/Source/core/frame/Console.cpp
similarity index 96%
rename from Source/core/page/Console.cpp
rename to Source/core/frame/Console.cpp
index 1a36d24c16a15bf6ba61d4b4738fc8c782e8832c..a5be4fc2eb6edbaf889b4c213707c0309cec9dcf 100644
--- a/Source/core/page/Console.cpp
+++ b/Source/core/frame/Console.cpp
@@ -27,10 +27,12 @@
*/
#include "config.h"
-#include "core/page/Console.h"
+#include "core/frame/Console.h"
#include "bindings/v8/ScriptCallStackFactory.h"
#include "bindings/v8/ScriptProfiler.h"
+#include "core/frame/ConsoleBase.h"
+#include "core/frame/ConsoleTypes.h"
#include "core/inspector/ConsoleAPITypes.h"
#include "core/inspector/InspectorConsoleInstrumentation.h"
#include "core/inspector/ScriptArguments.h"
@@ -38,12 +40,10 @@
#include "core/inspector/ScriptProfile.h"
#include "core/page/Chrome.h"
#include "core/page/ChromeClient.h"
-#include "core/page/ConsoleBase.h"
-#include "core/page/ConsoleTypes.h"
#include "core/page/Frame.h"
-#include "core/page/MemoryInfo.h"
#include "core/page/Page.h"
#include "core/page/PageConsole.h"
+#include "core/timing/MemoryInfo.h"
#include "wtf/text/CString.h"
#include "wtf/text/WTFString.h"
« no previous file with comments | « Source/core/frame/Console.h ('k') | Source/core/frame/Console.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698