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

Unified Diff: Source/WebKit/chromium/src/ContextMenuClientImpl.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/ContextMenuClientImpl.cpp
diff --git a/Source/WebKit/chromium/src/ContextMenuClientImpl.cpp b/Source/WebKit/chromium/src/ContextMenuClientImpl.cpp
index 41a8868c8be447e0e13332374a14b3bf991188be..94f80bd99777d94cdaf33633aec9248106d6f039 100644
--- a/Source/WebKit/chromium/src/ContextMenuClientImpl.cpp
+++ b/Source/WebKit/chromium/src/ContextMenuClientImpl.cpp
@@ -33,7 +33,6 @@
#include "CSSPropertyNames.h"
#include "CSSStyleDeclaration.h"
-#include "ContextMenu.h"
#include "ContextMenuController.h"
#include "Document.h"
#include "DocumentLoader.h"
@@ -50,7 +49,6 @@
#include "HTMLPlugInImageElement.h"
#include "HistoryItem.h"
#include "HitTestResult.h"
-#include "KURL.h"
#include "MediaError.h"
#include "Page.h"
#include "RenderWidget.h"
@@ -66,7 +64,9 @@
#include "WebSpellCheckClient.h"
#include "WebViewClient.h"
#include "WebViewImpl.h"
-#include "Widget.h"
+#include "core/platform/ContextMenu.h"
+#include "core/platform/KURL.h"
+#include "core/platform/Widget.h"
#include "core/platform/text/TextBreakIterator.h"
#include <public/WebPoint.h>
#include <public/WebString.h>
« no previous file with comments | « Source/WebKit/chromium/src/ColorChooserUIController.cpp ('k') | Source/WebKit/chromium/src/DatabaseObserver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698