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

Unified Diff: Source/core/dom/Document.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
« no previous file with comments | « Source/core/dom/Document.h ('k') | Source/core/dom/Element.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.cpp
diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
index ed46f79226a410ca9223e245cd0c1b4a3ea809ba..137e94b7acd02609ce91c51d5568afad38a3d805 100644
--- a/Source/core/dom/Document.cpp
+++ b/Source/core/dom/Document.cpp
@@ -51,7 +51,6 @@
#include "DOMSecurityPolicy.h"
#include "DOMSelection.h"
#include "DOMWindow.h"
-#include "DateComponents.h"
#include "Dictionary.h"
#include "DocumentEventQueue.h"
#include "DocumentFragment.h"
@@ -100,15 +99,12 @@
#include "HTMLStyleElement.h"
#include "HTMLTitleElement.h"
#include "HashChangeEvent.h"
-#include "HistogramSupport.h"
#include "History.h"
#include "HitTestRequest.h"
#include "HitTestResult.h"
#include "ImageLoader.h"
#include "InspectorCounters.h"
#include "InspectorInstrumentation.h"
-#include "Language.h"
-#include "Logging.h"
#include "MediaCanStartListener.h"
#include "MediaQueryList.h"
#include "MediaQueryMatcher.h"
@@ -125,7 +121,6 @@
#include "PageConsole.h"
#include "PageGroup.h"
#include "PageTransitionEvent.h"
-#include "PlatformKeyboardEvent.h"
#include "PluginDocument.h"
#include "PointerLockController.h"
#include "PopStateEvent.h"
@@ -143,7 +138,6 @@
#include "RequestAnimationFrameCallback.h"
#include "ResourceLoader.h"
#include "RuntimeEnabledFeatures.h"
-#include "SchemeRegistry.h"
#include "ScopedEventQueue.h"
#include "ScriptCallStack.h"
#include "ScriptController.h"
@@ -164,7 +158,6 @@
#include "StyleSheetList.h"
#include "TextAutosizer.h"
#include "TextResourceDecoder.h"
-#include "Timer.h"
#include "TouchList.h"
#include "TransformSource.h"
#include "TreeWalker.h"
@@ -182,6 +175,13 @@
#include "XPathResult.h"
#include "XSLTProcessor.h"
#include "core/accessibility/AXObjectCache.h"
+#include "core/platform/DateComponents.h"
+#include "core/platform/HistogramSupport.h"
+#include "core/platform/Language.h"
+#include "core/platform/Logging.h"
+#include "core/platform/PlatformKeyboardEvent.h"
+#include "core/platform/SchemeRegistry.h"
+#include "core/platform/Timer.h"
#include "core/platform/chromium/TraceEvent.h"
#include "core/platform/network/HTTPParsers.h"
#include "core/platform/text/PlatformLocale.h"
« no previous file with comments | « Source/core/dom/Document.h ('k') | Source/core/dom/Element.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698