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

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

Issue 14519003: Absolutify paths to dom/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix testrunner 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/FrameLoaderClientImpl.cpp
diff --git a/Source/WebKit/chromium/src/FrameLoaderClientImpl.cpp b/Source/WebKit/chromium/src/FrameLoaderClientImpl.cpp
index 6923c7b71982dcd1522c19da1103d8293856fd02..c254d541c7dd069ee0ee484d96c8342b54e039e4 100644
--- a/Source/WebKit/chromium/src/FrameLoaderClientImpl.cpp
+++ b/Source/WebKit/chromium/src/FrameLoaderClientImpl.cpp
@@ -33,14 +33,14 @@
#include "FrameLoaderClientImpl.h"
#include "BackForwardListChromium.h"
-#include "Document.h"
#include "FrameNetworkingContextImpl.h"
#include "HTMLAppletElement.h"
#include "HTMLFormElement.h" // needed by core/loader/FormState.h
#include "HTMLNames.h"
-#include "MessageEvent.h"
-#include "MouseEvent.h"
#include "PluginData.h"
+#include "core/dom/Document.h"
+#include "core/dom/MessageEvent.h"
+#include "core/dom/MouseEvent.h"
#include "core/history/HistoryItem.h"
#include "core/loader/DocumentLoader.h"
#include "core/loader/FormState.h"
@@ -61,7 +61,6 @@
#endif
#include <v8.h>
#include "ScriptController.h"
-#include "UserGestureIndicator.h"
#include "WebAutofillClient.h"
#include "WebCachedURLRequest.h"
#include "WebDOMEvent.h"
@@ -80,6 +79,7 @@
#include "WebSecurityOrigin.h"
#include "WebViewClient.h"
#include "WebViewImpl.h"
+#include "core/dom/UserGestureIndicator.h"
#include "core/page/Settings.h"
#include "core/page/WindowFeatures.h"
#include "core/platform/chromium/support/WrappedResourceRequest.h"
« no previous file with comments | « Source/WebKit/chromium/src/FindInPageCoordinates.cpp ('k') | Source/WebKit/chromium/src/IDBFactoryBackendProxy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698