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

Unified Diff: Source/core/inspector/InspectorApplicationCacheAgent.h

Issue 14190004: Absolutify paths to loader/*. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: hmm 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/InspectorApplicationCacheAgent.h
diff --git a/Source/core/inspector/InspectorApplicationCacheAgent.h b/Source/core/inspector/InspectorApplicationCacheAgent.h
index 22bc7b8008eb6a348ae6c4402dface05b0390d84..f45f67c358288f9fa60a3d925bafc1fcc27c37c7 100644
--- a/Source/core/inspector/InspectorApplicationCacheAgent.h
+++ b/Source/core/inspector/InspectorApplicationCacheAgent.h
@@ -26,9 +26,9 @@
#define InspectorApplicationCacheAgent_h
-#include "ApplicationCacheHost.h"
#include "InspectorBaseAgent.h"
#include "InspectorFrontend.h"
+#include "core/loader/appcache/ApplicationCacheHost.h"
#include <wtf/Noncopyable.h>
#include <wtf/PassOwnPtr.h>
« no previous file with comments | « Source/core/html/parser/HTMLScriptRunner.cpp ('k') | Source/core/inspector/InspectorApplicationCacheAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698