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

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

Issue 14022018: Absolutify paths to html/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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/page/Frame.cpp ('k') | Source/core/page/Page.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/FrameView.cpp
diff --git a/Source/core/page/FrameView.cpp b/Source/core/page/FrameView.cpp
index 62626b3b55b3d81b2739b27dc91b6d759eda1cde..636768f8a632285da6f063abaec6d3ccd8b1fba6 100644
--- a/Source/core/page/FrameView.cpp
+++ b/Source/core/page/FrameView.cpp
@@ -27,11 +27,7 @@
#include "config.h"
#include "core/page/FrameView.h"
-#include "HTMLDocument.h"
-#include "HTMLFrameElement.h"
-#include "HTMLFrameSetElement.h"
#include "HTMLNames.h"
-#include "HTMLPlugInImageElement.h"
#include "core/accessibility/AXObjectCache.h"
#include "core/css/FontLoader.h"
#include "core/css/StyleResolver.h"
@@ -39,6 +35,10 @@
#include "core/dom/OverflowEvent.h"
#include "core/editing/FrameSelection.h"
#include "core/history/BackForwardController.h"
+#include "core/html/HTMLDocument.h"
+#include "core/html/HTMLFrameElement.h"
+#include "core/html/HTMLFrameSetElement.h"
+#include "core/html/HTMLPlugInImageElement.h"
#include "core/inspector/InspectorClient.h"
#include "core/inspector/InspectorController.h"
#include "core/inspector/InspectorInstrumentation.h"
« no previous file with comments | « Source/core/page/Frame.cpp ('k') | Source/core/page/Page.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698