| 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 6a6913a3914f4f9b21599b02c87bb7541084f631..52dd99756a50c1040c270f8fad9b017cb2420961 100644
|
| --- a/third_party/WebKit/Source/core/loader/LinkLoaderTest.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/LinkLoaderTest.cpp
|
| @@ -61,7 +61,7 @@ public:
|
| {
|
| }
|
|
|
| - void dnsPrefetchHost(const String& host) const override
|
| + void dnsPrefetchHost(const KURL& host) const override
|
| {
|
| m_didDnsPrefetch = true;
|
| }
|
|
|