| Index: chrome/browser/chrome_worker_message_filter.h
|
| diff --git a/chrome/browser/chrome_worker_message_filter.h b/chrome/browser/chrome_worker_message_filter.h
|
| index 6b3f4aad33a069171c7af77f0fd289fc01a6ecff..e5a0bd62a11ecdfffdf6aa67ca0599a6b7e6a534 100644
|
| --- a/chrome/browser/chrome_worker_message_filter.h
|
| +++ b/chrome/browser/chrome_worker_message_filter.h
|
| @@ -9,8 +9,8 @@
|
| #include "base/string16.h"
|
| #include "ipc/ipc_channel_proxy.h"
|
|
|
| +class CookieSettings;
|
| class GURL;
|
| -class HostContentSettingsMap;
|
| class WorkerProcessHost;
|
|
|
| // This class filters out incoming Chrome-specific IPC messages for the renderer
|
| @@ -40,7 +40,7 @@ class ChromeWorkerMessageFilter : public IPC::ChannelProxy::MessageFilter,
|
| bool* result);
|
|
|
| WorkerProcessHost* process_;
|
| - scoped_refptr<HostContentSettingsMap> host_content_settings_map_;
|
| + scoped_refptr<CookieSettings> cookie_settings_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ChromeWorkerMessageFilter);
|
| };
|
|
|