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

Unified Diff: third_party/WebKit/Source/core/loader/PingLoader.h

Issue 2567933003: Remove DOMWindowProperty from PingLoaderImpl (Closed)
Patch Set: temp Created 4 years 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 | « no previous file | third_party/WebKit/Source/core/loader/PingLoader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/loader/PingLoader.h
diff --git a/third_party/WebKit/Source/core/loader/PingLoader.h b/third_party/WebKit/Source/core/loader/PingLoader.h
index ae6d269c855895c61512157032128d5fb73ee1d3..104a8598443457a2bd1c01f24a95c7ad5b295f7d 100644
--- a/third_party/WebKit/Source/core/loader/PingLoader.h
+++ b/third_party/WebKit/Source/core/loader/PingLoader.h
@@ -33,14 +33,7 @@
#define PingLoader_h
#include "core/CoreExport.h"
-#include "core/fetch/ResourceLoaderOptions.h"
-#include "core/frame/DOMWindowProperty.h"
-#include "platform/Timer.h"
-#include "platform/heap/Handle.h"
-#include "platform/heap/SelfKeepAlive.h"
-#include "public/platform/WebURLLoaderClient.h"
#include "wtf/Forward.h"
-#include "wtf/Noncopyable.h"
#include <memory>
namespace blink {
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/loader/PingLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698