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

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

Issue 14383019: Absolutify paths to modules/*, part 1. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: .... 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
Index: Source/core/inspector/InspectorFrontendHost.cpp
diff --git a/Source/core/inspector/InspectorFrontendHost.cpp b/Source/core/inspector/InspectorFrontendHost.cpp
index c006ba7274ccaf43cd265830d0bde417e4ac719a..5c31accea2c52247057f33bf49cafb5f5fe0bbb9 100644
--- a/Source/core/inspector/InspectorFrontendHost.cpp
+++ b/Source/core/inspector/InspectorFrontendHost.cpp
@@ -30,7 +30,6 @@
#include "config.h"
#include "core/inspector/InspectorFrontendHost.h"
-#include "DOMFileSystem.h"
#include "DOMWrapperWorld.h"
#include "HTMLFrameOwnerElement.h"
#include "ScriptFunctionCall.h"
@@ -52,6 +51,7 @@
#include "core/platform/network/ResourceResponse.h"
#include "core/rendering/HitTestResult.h"
#include "core/rendering/RenderTheme.h"
+#include "modules/filesystem/DOMFileSystem.h"
#include <wtf/StdLibExtras.h>
using namespace std;
« no previous file with comments | « Source/core/inspector/InspectorFileSystemAgent.cpp ('k') | Source/core/inspector/InspectorIndexedDBAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698