| Index: Source/modules/navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h
|
| diff --git a/Source/modules/navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h b/Source/modules/navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h
|
| index de7bfe9e88b6818f852fde2fc1e376159ff9ef2f..9a1ba82e7bca001ef7cef01590f0409eca3be0a1 100644
|
| --- a/Source/modules/navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h
|
| +++ b/Source/modules/navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h
|
| @@ -9,7 +9,7 @@
|
| #include "wtf/HashSet.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class KURL;
|
|
|
| @@ -27,8 +27,8 @@ public:
|
| private:
|
| typedef struct {
|
| String scheme;
|
| - WebCore::KURL baseURL;
|
| - WebCore::KURL url;
|
| + blink::KURL baseURL;
|
| + blink::KURL url;
|
| String title;
|
| } ProtocolInfo;
|
|
|
|
|