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

Unified Diff: content/browser/tab_contents/test_tab_contents.cc

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: Respond to review comments. Created 8 years, 9 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: content/browser/tab_contents/test_tab_contents.cc
diff --git a/content/browser/tab_contents/test_tab_contents.cc b/content/browser/tab_contents/test_tab_contents.cc
index a29f716ad03942a15885cdf574cc7c8168426d92..fc6bf5710b1b613c42b55dd38a72057e0412f298 100644
--- a/content/browser/tab_contents/test_tab_contents.cc
+++ b/content/browser/tab_contents/test_tab_contents.cc
@@ -18,7 +18,10 @@
#include "webkit/forms/password_form.h"
using content::NavigationEntry;
+using content::RenderViewHost;
+using content::RenderViewHostImpl;
using content::SiteInstance;
+using content::TestRenderViewHost;
using content::WebContents;
TestTabContents::TestTabContents(content::BrowserContext* browser_context,
« no previous file with comments | « content/browser/tab_contents/test_tab_contents.h ('k') | content/browser/tab_contents/web_contents_view_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698