| Index: chrome/browser/content_settings/tab_specific_content_settings.h
|
| diff --git a/chrome/browser/content_settings/tab_specific_content_settings.h b/chrome/browser/content_settings/tab_specific_content_settings.h
|
| index 55ca2038083af6236917ff72435d0fe3bb829e8e..f2f678cfcffecce7df017527682a0f93f6c79f68 100644
|
| --- a/chrome/browser/content_settings/tab_specific_content_settings.h
|
| +++ b/chrome/browser/content_settings/tab_specific_content_settings.h
|
| @@ -28,6 +28,10 @@ class CannedBrowsingDataLocalStorageHelper;
|
| class CookiesTreeModel;
|
| class Profile;
|
|
|
| +namespace content {
|
| +class RenderViewHost;
|
| +}
|
| +
|
| namespace net {
|
| class CookieList;
|
| class CookieOptions;
|
| @@ -166,7 +170,7 @@ class TabSpecificContentSettings : public content::WebContentsObserver,
|
| bool is_main_frame,
|
| const GURL& validated_url,
|
| bool is_error_page,
|
| - RenderViewHost* render_view_host) OVERRIDE;
|
| + content::RenderViewHost* render_view_host) OVERRIDE;
|
| virtual void AppCacheAccessed(const GURL& manifest_url,
|
| bool blocked_by_policy) OVERRIDE;
|
|
|
|
|