| Index: third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp b/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
|
| index 02ee60d131298949e15a060e5e8184a51e924410..ab740a953f017c09b7d62eb3bea8850b1a9d9e94 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
|
| @@ -31,6 +31,7 @@
|
| #include "core/loader/FrameFetchContext.h"
|
|
|
| #include "core/fetch/FetchInitiatorInfo.h"
|
| +#include "core/fetch/UniqueIdentifier.h"
|
| #include "core/frame/FrameHost.h"
|
| #include "core/frame/FrameOwner.h"
|
| #include "core/frame/FrameView.h"
|
| @@ -571,7 +572,7 @@ TEST_F(FrameFetchContextDisplayedCertificateErrorsTest, MemoryCacheCertificateEr
|
| response.setHasMajorCertificateErrors(true);
|
| Resource* resource = Resource::create(resourceRequest, Resource::Image);
|
| resource->setResponse(response);
|
| - fetchContext->dispatchDidLoadResourceFromMemoryCache(resource, WebURLRequest::FrameTypeNone, WebURLRequest::RequestContextImage);
|
| + fetchContext->dispatchDidLoadResourceFromMemoryCache(createUniqueIdentifier(), resource, WebURLRequest::FrameTypeNone, WebURLRequest::RequestContextImage);
|
| }
|
|
|
| TEST_F(FrameFetchContextTest, SetIsExternalRequestForPublicDocument)
|
|
|