| Index: content/renderer/renderer_webcookiejar_impl.h
|
| ===================================================================
|
| --- content/renderer/renderer_webcookiejar_impl.h (revision 163007)
|
| +++ content/renderer/renderer_webcookiejar_impl.h (working copy)
|
| @@ -9,6 +9,7 @@
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebCookieJar.h"
|
|
|
| +namespace content {
|
| class RenderViewImpl;
|
|
|
| class RendererWebCookieJarImpl : public WebKit::WebCookieJar {
|
| @@ -38,4 +39,6 @@
|
| RenderViewImpl* sender_;
|
| };
|
|
|
| +} // namespace content
|
| +
|
| #endif // CONTENT_RENDERER_RENDERER_WEBCOOKIEJAR_IMPL_H_
|
|
|