Index: third_party/WebKit/Source/core/fetch/ResourceClient.h |
diff --git a/third_party/WebKit/Source/core/fetch/ResourceClient.h b/third_party/WebKit/Source/core/fetch/ResourceClient.h |
index be914a5f937144ad21a5568d587ad63999a392f6..00f78eebb51493ee02df3133682ee0556e881df9 100644 |
--- a/third_party/WebKit/Source/core/fetch/ResourceClient.h |
+++ b/third_party/WebKit/Source/core/fetch/ResourceClient.h |
@@ -26,7 +26,6 @@ |
#define ResourceClient_h |
#include "core/CoreExport.h" |
-#include "platform/network/ResourceLoadPriority.h" |
#include "wtf/Forward.h" |
#include "wtf/text/WTFString.h" |
@@ -51,8 +50,6 @@ public: |
static bool isExpectedType(ResourceClient*) { return true; } |
virtual ResourceClientType resourceClientType() const { return BaseResourceType; } |
- virtual ResourcePriority computeResourcePriority() const { return ResourcePriority(); } |
- |
// Name for debugging, e.g. shown in memory-infra. |
virtual String debugName() const = 0; |