| 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 9a70d8e6d9be5cd1e4309012f7abfe5318b41fb9..7b8ccf71803ad10e2d66eb044098632693142f54 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;
|
| @@ -216,7 +220,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;
|
|
|
|
|