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

Unified Diff: Source/core/inspector/InspectorFileSystemAgent.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/inspector/InspectorDOMAgent.cpp ('k') | Source/core/page/Chrome.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorFileSystemAgent.cpp
diff --git a/Source/core/inspector/InspectorFileSystemAgent.cpp b/Source/core/inspector/InspectorFileSystemAgent.cpp
index e8da710c532844560680002afa77b9d0e30f5c2c..d040d0df346c1d557ad5b013dc56cd4385ffba8f 100644
--- a/Source/core/inspector/InspectorFileSystemAgent.cpp
+++ b/Source/core/inspector/InspectorFileSystemAgent.cpp
@@ -39,11 +39,8 @@
#include "EntryArray.h"
#include "EntryCallback.h"
#include "ErrorCallback.h"
-#include "File.h"
#include "FileCallback.h"
#include "FileEntry.h"
-#include "FileError.h"
-#include "FileReader.h"
#include "FileSystemCallback.h"
#include "FileSystemCallbacks.h"
#include "InspectorPageAgent.h"
@@ -57,6 +54,9 @@
#include "core/dom/Document.h"
#include "core/dom/Event.h"
#include "core/dom/ScriptExecutionContext.h"
+#include "core/fileapi/File.h"
+#include "core/fileapi/FileError.h"
+#include "core/fileapi/FileReader.h"
#include "core/loader/TextResourceDecoder.h"
#include "core/page/Frame.h"
#include "core/page/SecurityOrigin.h"
« no previous file with comments | « Source/core/inspector/InspectorDOMAgent.cpp ('k') | Source/core/page/Chrome.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698