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

Unified Diff: Source/WebKit/chromium/src/ChromeClientImpl.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/WebKit/chromium/src/AssociatedURLLoader.cpp ('k') | Source/WebKit/chromium/src/DragClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/ChromeClientImpl.cpp
diff --git a/Source/WebKit/chromium/src/ChromeClientImpl.cpp b/Source/WebKit/chromium/src/ChromeClientImpl.cpp
index 5835d5c57ac1d35d24e1beb0d99c11c362e2cc82..2fe790d2f59b435a5f1d8faa6173799450278eb3 100644
--- a/Source/WebKit/chromium/src/ChromeClientImpl.cpp
+++ b/Source/WebKit/chromium/src/ChromeClientImpl.cpp
@@ -65,16 +65,16 @@
#include "Page.h"
#include "PagePopupDriver.h"
#include "PlatformScreen.h"
-#include "PopupContainer.h"
-#include "PopupMenuChromium.h"
#include "RenderWidget.h"
#include "ScriptController.h"
-#include "SearchPopupMenuChromium.h"
#include "SecurityOrigin.h"
#include "Settings.h"
#include "TextFieldDecorationElement.h"
#include "WebAccessibilityObject.h"
#include "WebAutofillClient.h"
+#include "core/platform/chromium/PopupContainer.h"
+#include "core/platform/chromium/PopupMenuChromium.h"
+#include "core/platform/chromium/SearchPopupMenuChromium.h"
#include "core/platform/graphics/FloatRect.h"
#include "core/platform/graphics/Icon.h"
#include "core/platform/graphics/IntRect.h"
@@ -103,7 +103,7 @@
#include "WebViewImpl.h"
#include "WebWindowFeatures.h"
#include "WindowFeatures.h"
-#include "WrappedResourceRequest.h"
+#include "core/platform/chromium/support/WrappedResourceRequest.h"
#include <public/Platform.h>
#include <public/WebRect.h>
#include <public/WebURLRequest.h>
« no previous file with comments | « Source/WebKit/chromium/src/AssociatedURLLoader.cpp ('k') | Source/WebKit/chromium/src/DragClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698