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

Unified Diff: content/test/test_web_contents_view.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: 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: content/test/test_web_contents_view.cc
diff --git a/content/test/test_web_contents_view.cc b/content/test/test_web_contents_view.cc
index 867b8ec16c2c1db1032dbbbaf5b86fc8ebd60ffe..81fb5a8aa9c3fd5e53103cb2c6aa79247df111cb 100644
--- a/content/test/test_web_contents_view.cc
+++ b/content/test/test_web_contents_view.cc
@@ -98,7 +98,7 @@ void TestWebContentsView::OnTabCrashed(base::TerminationStatus status,
void TestWebContentsView::SizeContents(const gfx::Size& size) {
}
-void TestWebContentsView::RenderViewCreated(RenderViewHost* host) {
+void TestWebContentsView::RenderViewCreated(content::RenderViewHost* host) {
jam 2012/03/05 23:59:28 ditto
Jói 2012/03/06 16:38:55 Done.
}
void TestWebContentsView::Focus() {
« content/test/test_web_contents_view.h ('K') | « content/test/test_web_contents_view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698