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

Unified Diff: sky/engine/core/frame/Console.cpp

Issue 878673005: Get rid of Chrome, use Page. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | « sky/engine/core/editing/InputMethodController.cpp ('k') | sky/engine/core/frame/Frame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/frame/Console.cpp
diff --git a/sky/engine/core/frame/Console.cpp b/sky/engine/core/frame/Console.cpp
index b4f20988db9511fb4028e954df71084962d1c814..c4ab44062105561f0536d5f0b5e655fe8ba48bbb 100644
--- a/sky/engine/core/frame/Console.cpp
+++ b/sky/engine/core/frame/Console.cpp
@@ -30,16 +30,17 @@
#include "sky/engine/core/frame/Console.h"
#include "sky/engine/bindings/core/v8/ScriptCallStackFactory.h"
+#include "sky/engine/core/dom/Document.h"
#include "sky/engine/core/frame/ConsoleTypes.h"
#include "sky/engine/core/frame/FrameConsole.h"
#include "sky/engine/core/frame/FrameHost.h"
#include "sky/engine/core/frame/LocalFrame.h"
#include "sky/engine/core/inspector/ConsoleAPITypes.h"
+#include "sky/engine/core/inspector/ConsoleMessage.h"
#include "sky/engine/core/inspector/ScriptArguments.h"
-#include "sky/engine/core/page/Chrome.h"
+#include "sky/engine/core/inspector/ScriptCallStack.h"
#include "sky/engine/core/page/ChromeClient.h"
#include "sky/engine/platform/TraceEvent.h"
-#include "sky/engine/core/inspector/ScriptCallStack.h"
#include "sky/engine/wtf/text/CString.h"
#include "sky/engine/wtf/text/WTFString.h"
« no previous file with comments | « sky/engine/core/editing/InputMethodController.cpp ('k') | sky/engine/core/frame/Frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698