Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1220)

Unified Diff: chrome/browser/content_settings/tab_specific_content_settings.h

Issue 9600036: Move Render(View|Widget)Host and associated classes to content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for review, take 2 Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698