| Index: third_party/WebKit/Source/core/loader/LinkLoaderTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/LinkLoaderTest.cpp b/third_party/WebKit/Source/core/loader/LinkLoaderTest.cpp
|
| index e43d2e1c85bfac46c392c1b1b20114975a462f0f..8d3e0d8ce2d6c0e93c473d383275e48321260ecd 100644
|
| --- a/third_party/WebKit/Source/core/loader/LinkLoaderTest.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/LinkLoaderTest.cpp
|
| @@ -60,7 +60,7 @@ public:
|
| {
|
| }
|
|
|
| - void dnsPrefetchHost(const String& host) const override
|
| + void dnsPrefetchHost(const KURL& host) const override
|
| {
|
| m_didDnsPrefetch = true;
|
| }
|
|
|