| Index: public/platform/WebPrescientNetworking.h
|
| diff --git a/public/platform/WebPrescientNetworking.h b/public/platform/WebPrescientNetworking.h
|
| index fcc4edbeef78493d4b30fca024c4301492325152..0b8b80b5a24c4d73585b806fa50bc71f865ce093 100644
|
| --- a/public/platform/WebPrescientNetworking.h
|
| +++ b/public/platform/WebPrescientNetworking.h
|
| @@ -34,7 +34,7 @@
|
| #include "WebCommon.h"
|
| #include "WebString.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebURL;
|
|
|
| @@ -62,6 +62,6 @@ public:
|
| virtual void preconnect(const WebURL&, WebPreconnectMotivation) { }
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // WebPrescientNetworking_h
|
|
|