| Index: third_party/WebKit/Source/core/loader/CookieJar.h
|
| diff --git a/third_party/WebKit/Source/core/loader/CookieJar.h b/third_party/WebKit/Source/core/loader/CookieJar.h
|
| index 5d1385b89ed1cddc2663d5094f5b9c25a8928b03..cba4cf481dc4e69aaeb02ba7fc77448205b7a410 100644
|
| --- a/third_party/WebKit/Source/core/loader/CookieJar.h
|
| +++ b/third_party/WebKit/Source/core/loader/CookieJar.h
|
| @@ -39,6 +39,6 @@ void setCookies(Document*, const KURL&, const String& cookieString);
|
| bool cookiesEnabled(const Document*);
|
| String cookieRequestHeaderFieldValue(const Document*, const KURL&);
|
|
|
| -}
|
| +} // namespace blink
|
|
|
| #endif
|
|
|