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

Unified Diff: chrome/test/base/render_view_test.cc

Issue 8220006: Rename RenderView to RenderViewImpl. Update Chrome's DEPS so that it can't include the RenderView... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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
« no previous file with comments | « chrome/test/base/render_view_test.h ('k') | content/content_renderer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/render_view_test.cc
===================================================================
--- chrome/test/base/render_view_test.cc (revision 104727)
+++ chrome/test/base/render_view_test.cc (working copy)
@@ -127,14 +127,14 @@
render_thread_.set_routing_id(kRouteId);
// This needs to pass the mock render thread to the view.
- view_ = RenderView::Create(0,
- kOpenerId,
- RendererPreferences(),
- WebPreferences(),
- new SharedRenderViewCounter(0),
- kRouteId,
- kInvalidSessionStorageNamespaceId,
- string16());
+ view_ = RenderViewImpl::Create(0,
+ kOpenerId,
+ RendererPreferences(),
+ WebPreferences(),
+ new SharedRenderViewCounter(0),
+ kRouteId,
+ kInvalidSessionStorageNamespaceId,
+ string16());
// Attach a pseudo keyboard device to this object.
mock_keyboard_.reset(new MockKeyboard());
« no previous file with comments | « chrome/test/base/render_view_test.h ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698