Index: third_party/WebKit/Source/core/fetch/Resource.h |
diff --git a/third_party/WebKit/Source/core/fetch/Resource.h b/third_party/WebKit/Source/core/fetch/Resource.h |
index 22156e870a5b175f8344bbc590c731bc1962495c..158d27c0c5c840e294883a8f9667fb01780b3b46 100644 |
--- a/third_party/WebKit/Source/core/fetch/Resource.h |
+++ b/third_party/WebKit/Source/core/fetch/Resource.h |
@@ -42,12 +42,12 @@ |
#include "wtf/AutoReset.h" |
#include "wtf/HashCountedSet.h" |
#include "wtf/HashSet.h" |
+#include "wtf/text/AtomicString.h" |
#include "wtf/text/WTFString.h" |
#include <memory> |
namespace blink { |
-struct FetchInitiatorInfo; |
class FetchRequest; |
class ResourceClient; |
class ResourceFetcher; |
@@ -347,7 +347,9 @@ class CORE_EXPORT Resource : public GarbageCollectedFinalized<Resource>, |
virtual void reloadIfLoFiOrPlaceholderImage(ResourceFetcher*, |
ReloadLoFiOrPlaceholderPolicy) {} |
- static const char* resourceTypeToString(Type, const FetchInitiatorInfo&); |
+ static const char* resourceTypeToString( |
+ Type, |
+ const AtomicString& fetchInitiatorName); |
protected: |
Resource(const ResourceRequest&, Type, const ResourceLoaderOptions&); |