| Index: public/platform/WebURLLoaderClient.h
|
| diff --git a/public/platform/WebURLLoaderClient.h b/public/platform/WebURLLoaderClient.h
|
| index 072c463ce151973fb40dd23af085f155a8f0220d..6e28fb762b877eaa84d08bda07bb4373321870eb 100644
|
| --- a/public/platform/WebURLLoaderClient.h
|
| +++ b/public/platform/WebURLLoaderClient.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef WebURLLoaderClient_h
|
| #define WebURLLoaderClient_h
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebURLLoader;
|
| class WebURLRequest;
|
| @@ -73,6 +73,6 @@ protected:
|
| virtual ~WebURLLoaderClient() { }
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|