| Index: Source/platform/exported/WebURLRequestPrivate.h
|
| diff --git a/Source/platform/exported/WebURLRequestPrivate.h b/Source/platform/exported/WebURLRequestPrivate.h
|
| index 1c1b69608ec8a8c1176de20e92bc0841fa249a4c..7af11b596b64aad2e202e4b2b321b721f2db82df 100644
|
| --- a/Source/platform/exported/WebURLRequestPrivate.h
|
| +++ b/Source/platform/exported/WebURLRequestPrivate.h
|
| @@ -33,7 +33,7 @@
|
|
|
| namespace WebCore { class ResourceRequest; }
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebURLRequestPrivate {
|
| public:
|
| @@ -48,6 +48,6 @@ public:
|
| bool m_allowStoredCredentials;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|