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

Unified Diff: Source/core/loader/appcache/DOMApplicationCache.cpp

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
« no previous file with comments | « Source/core/loader/appcache/DOMApplicationCache.h ('k') | Source/core/loader/archive/ArchiveResource.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/appcache/DOMApplicationCache.cpp
diff --git a/Source/core/loader/appcache/DOMApplicationCache.cpp b/Source/core/loader/appcache/DOMApplicationCache.cpp
index 4b5a15373be89100637a8c37500a5765513581c2..e283e604ec2628483b21a344d7196699f1d7d876 100644
--- a/Source/core/loader/appcache/DOMApplicationCache.cpp
+++ b/Source/core/loader/appcache/DOMApplicationCache.cpp
@@ -24,9 +24,8 @@
*/
#include "config.h"
-#include "DOMApplicationCache.h"
+#include "core/loader/appcache/DOMApplicationCache.h"
-#include "ApplicationCacheHost.h"
#include "Document.h"
#include "Event.h"
#include "EventException.h"
@@ -36,6 +35,7 @@
#include "Frame.h"
#include "core/loader/DocumentLoader.h"
#include "core/loader/FrameLoader.h"
+#include "core/loader/appcache/ApplicationCacheHost.h"
namespace WebCore {
« no previous file with comments | « Source/core/loader/appcache/DOMApplicationCache.h ('k') | Source/core/loader/archive/ArchiveResource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698