| 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 f1cd5447ac7fb2447d4e977371a9eaf5afea275f..e8ee435b820b9e9e15ca726278353cbded989159 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"
|
| @@ -489,7 +490,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)
|
|
|