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

Unified Diff: Source/core/page/Frame.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
« no previous file with comments | « Source/core/page/FocusController.cpp ('k') | Source/core/page/FrameActionScheduler.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Frame.cpp
diff --git a/Source/core/page/Frame.cpp b/Source/core/page/Frame.cpp
index e958ec1c83b8a73145da353d4af19c4ea9819344..0817f49b91a0dd1c774b983d3c66b6c9fe0c4576 100644
--- a/Source/core/page/Frame.cpp
+++ b/Source/core/page/Frame.cpp
@@ -31,9 +31,6 @@
#include "core/page/Frame.h"
#include "CSSPropertyNames.h"
-#include "DocumentType.h"
-#include "Event.h"
-#include "EventNames.h"
#include "HTMLDocument.h"
#include "HTMLFormControlElement.h"
#include "HTMLFormElement.h"
@@ -41,18 +38,21 @@
#include "HTMLNames.h"
#include "HTMLTableCellElement.h"
#include "InspectorInstrumentation.h"
-#include "NodeList.h"
-#include "NodeTraversal.h"
#include "ScriptController.h"
#include "ScriptSourceCode.h"
#include "ScriptValue.h"
-#include "UserTypingGestureIndicator.h"
#include "WebKitFontFamilyNames.h"
#include "XMLNSNames.h"
#include "XMLNames.h"
#include "core/css/CSSComputedStyleDeclaration.h"
#include "core/css/MediaFeatureNames.h"
#include "core/css/StylePropertySet.h"
+#include "core/dom/DocumentType.h"
+#include "core/dom/Event.h"
+#include "core/dom/EventNames.h"
+#include "core/dom/NodeList.h"
+#include "core/dom/NodeTraversal.h"
+#include "core/dom/UserTypingGestureIndicator.h"
#include "core/editing/ApplyStyleCommand.h"
#include "core/editing/Editor.h"
#include "core/editing/FrameSelection.h"
« no previous file with comments | « Source/core/page/FocusController.cpp ('k') | Source/core/page/FrameActionScheduler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698