Index: third_party/WebKit/Source/core/loader/appcache/ApplicationCacheHost.h |
diff --git a/third_party/WebKit/Source/core/loader/appcache/ApplicationCacheHost.h b/third_party/WebKit/Source/core/loader/appcache/ApplicationCacheHost.h |
index dd3d3cea695def9a244e5740e2794e3a99befde0..6877bd58535e3b0d2505913c3844aed21b821fd2 100644 |
--- a/third_party/WebKit/Source/core/loader/appcache/ApplicationCacheHost.h |
+++ b/third_party/WebKit/Source/core/loader/appcache/ApplicationCacheHost.h |
@@ -31,12 +31,12 @@ |
#ifndef ApplicationCacheHost_h |
#define ApplicationCacheHost_h |
+#include <memory> |
#include "platform/heap/Handle.h" |
#include "platform/weborigin/KURL.h" |
#include "public/platform/WebApplicationCacheHostClient.h" |
#include "wtf/Allocator.h" |
#include "wtf/Vector.h" |
-#include <memory> |
namespace blink { |
class ApplicationCache; |