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

Unified Diff: Source/core/inspector/InspectorFileSystemAgent.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/inspector/InspectorDatabaseAgent.cpp ('k') | Source/core/inspector/InspectorFrontendHost.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 08e970fe336258b4bb9f6237e7caa06758c29852..e8da710c532844560680002afa77b9d0e30f5c2c 100644
--- a/Source/core/inspector/InspectorFileSystemAgent.cpp
+++ b/Source/core/inspector/InspectorFileSystemAgent.cpp
@@ -33,15 +33,12 @@
#include "InspectorFileSystemAgent.h"
#include "DOMFileSystem.h"
-#include "DOMImplementation.h"
#include "DirectoryEntry.h"
#include "DirectoryReader.h"
-#include "Document.h"
#include "EntriesCallback.h"
#include "EntryArray.h"
#include "EntryCallback.h"
#include "ErrorCallback.h"
-#include "Event.h"
#include "File.h"
#include "FileCallback.h"
#include "FileEntry.h"
@@ -55,8 +52,11 @@
#include "LocalFileSystem.h"
#include "Metadata.h"
#include "MetadataCallback.h"
-#include "ScriptExecutionContext.h"
#include "VoidCallback.h"
+#include "core/dom/DOMImplementation.h"
+#include "core/dom/Document.h"
+#include "core/dom/Event.h"
+#include "core/dom/ScriptExecutionContext.h"
#include "core/loader/TextResourceDecoder.h"
#include "core/page/Frame.h"
#include "core/page/SecurityOrigin.h"
« no previous file with comments | « Source/core/inspector/InspectorDatabaseAgent.cpp ('k') | Source/core/inspector/InspectorFrontendHost.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698