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

Unified Diff: Source/WebKit/chromium/src/WebDevToolsFrontendImpl.cpp

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu 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
Index: Source/WebKit/chromium/src/WebDevToolsFrontendImpl.cpp
diff --git a/Source/WebKit/chromium/src/WebDevToolsFrontendImpl.cpp b/Source/WebKit/chromium/src/WebDevToolsFrontendImpl.cpp
index 711b6e94ff02ca424dbbb2a75fd06197a64330f2..47cf5f6be40fdd1fb4428491bb440cd75e35d26c 100644
--- a/Source/WebKit/chromium/src/WebDevToolsFrontendImpl.cpp
+++ b/Source/WebKit/chromium/src/WebDevToolsFrontendImpl.cpp
@@ -32,7 +32,6 @@
#include "WebDevToolsFrontendImpl.h"
#include "ContextMenuController.h"
-#include "ContextMenuItem.h"
#include "DOMWindow.h"
#include "Document.h"
#include "Event.h"
@@ -42,7 +41,6 @@
#include "InspectorFrontendHost.h"
#include "Node.h"
#include "Page.h"
-#include "Pasteboard.h"
#include "ScriptController.h"
#include "SecurityOrigin.h"
#include "Settings.h"
@@ -56,9 +54,11 @@
#include "WebFrameImpl.h"
#include "WebScriptSource.h"
#include "WebViewImpl.h"
+#include "core/platform/ContextMenuItem.h"
+#include "core/platform/Pasteboard.h"
#include <wtf/OwnPtr.h>
-#include <wtf/Vector.h>
#include <wtf/text/WTFString.h>
+#include <wtf/Vector.h>
using namespace WebCore;
« no previous file with comments | « Source/WebKit/chromium/src/WebDataSourceImpl.h ('k') | Source/WebKit/chromium/src/WebFileChooserCompletionImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698