| Index: third_party/WebKit/Source/core/loader/PingLoaderTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/PingLoaderTest.cpp b/third_party/WebKit/Source/core/loader/PingLoaderTest.cpp
|
| index 51abb789bd6037d7088977adca00a3fba8550aab..8fb1801793a9104e31e0592644987233f6daa079 100644
|
| --- a/third_party/WebKit/Source/core/loader/PingLoaderTest.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/PingLoaderTest.cpp
|
| @@ -59,9 +59,10 @@ class PingLoaderTest : public ::testing::Test {
|
| PingLoader::sendLinkAuditPing(&m_pageHolder->frame(), pingURL,
|
| destinationURL);
|
| const ResourceRequest& pingRequest = m_client->pingRequest();
|
| - if (!pingRequest.isNull())
|
| + if (!pingRequest.isNull()) {
|
| EXPECT_EQ(destinationURL.getString(),
|
| pingRequest.httpHeaderField("Ping-To"));
|
| + }
|
| return pingRequest;
|
| }
|
|
|
|
|