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

Unified Diff: third_party/WebKit/Source/core/loader/appcache/ApplicationCache.h

Issue 2415373002: Loading: bulk style errors fix in core/loader (Closed)
Patch Set: Created 4 years, 2 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: third_party/WebKit/Source/core/loader/appcache/ApplicationCache.h
diff --git a/third_party/WebKit/Source/core/loader/appcache/ApplicationCache.h b/third_party/WebKit/Source/core/loader/appcache/ApplicationCache.h
index 0b0a73e6dd069a4f2f9fd53fe34531d6131411a0..a122383448c7f84f971167f272b8f98ae5c1c6d5 100644
--- a/third_party/WebKit/Source/core/loader/appcache/ApplicationCache.h
+++ b/third_party/WebKit/Source/core/loader/appcache/ApplicationCache.h
@@ -27,8 +27,9 @@
#define ApplicationCache_h
#include "core/events/EventTarget.h"
-#include "core/loader/appcache/ApplicationCacheHost.h"
+
#include "core/frame/DOMWindowProperty.h"
+#include "core/loader/appcache/ApplicationCacheHost.h"
#include "platform/heap/Handle.h"
#include "wtf/Forward.h"

Powered by Google App Engine
This is Rietveld 408576698