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

Unified Diff: Source/core/inspector/InspectorDOMAgent.cpp

Issue 14283012: Absolutify paths to fileapi/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: script 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/html/PublicURLManager.h ('k') | Source/core/inspector/InspectorFileSystemAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorDOMAgent.cpp
diff --git a/Source/core/inspector/InspectorDOMAgent.cpp b/Source/core/inspector/InspectorDOMAgent.cpp
index ed2b40ab2bc40d6e7fc1538284f81877e4a2409a..1e2781de4b0d752a2f7532429ccf6ff3c1c3e9a4 100644
--- a/Source/core/inspector/InspectorDOMAgent.cpp
+++ b/Source/core/inspector/InspectorDOMAgent.cpp
@@ -34,8 +34,6 @@
#include "CSSPropertyNames.h"
#include "DOMEditor.h"
#include "DOMPatchSupport.h"
-#include "File.h"
-#include "FileList.h"
#include "HTMLElement.h"
#include "HTMLFrameOwnerElement.h"
#include "HTMLInputElement.h"
@@ -80,6 +78,8 @@
#include "core/dom/NodeTraversal.h"
#include "core/dom/ShadowRoot.h"
#include "core/dom/Text.h"
+#include "core/fileapi/File.h"
+#include "core/fileapi/FileList.h"
#include "core/loader/CookieJar.h"
#include "core/page/DOMWindow.h"
#include "core/page/Frame.h"
« no previous file with comments | « Source/core/html/PublicURLManager.h ('k') | Source/core/inspector/InspectorFileSystemAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698