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

Unified Diff: Source/core/page/Console.cpp

Issue 14483003: Absolutify paths to platform/chromium, platform/chromium/support, (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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/editing/chromium/EditorChromium.cpp ('k') | Source/core/page/EventHandler.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Console.cpp
diff --git a/Source/core/page/Console.cpp b/Source/core/page/Console.cpp
index db9df29cd8c90c4abf437911967fdf546f434ba2..5933e99cf2b4ea0a966df1c6c28d02ddea98e1d3 100644
--- a/Source/core/page/Console.cpp
+++ b/Source/core/page/Console.cpp
@@ -29,6 +29,7 @@
#include "config.h"
#include "Console.h"
+#include <stdio.h>
#include "Chrome.h"
#include "ChromeClient.h"
#include "ConsoleAPITypes.h"
@@ -51,12 +52,11 @@
#include "ScriptValue.h"
#include "ScriptableDocumentParser.h"
#include "Settings.h"
-#include <stdio.h>
-#include <wtf/UnusedParam.h>
#include <wtf/text/CString.h>
#include <wtf/text/WTFString.h>
+#include <wtf/UnusedParam.h>
-#include "TraceEvent.h"
+#include "core/platform/chromium/TraceEvent.h"
namespace WebCore {
« no previous file with comments | « Source/core/editing/chromium/EditorChromium.cpp ('k') | Source/core/page/EventHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698