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

Unified Diff: chrome/renderer/safe_browsing/render_view_fake_resources_test.h

Issue 8171015: Rename RenderThread to RenderThreadImpl (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/renderer/DEPS ('k') | chrome/renderer/safe_browsing/render_view_fake_resources_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/safe_browsing/render_view_fake_resources_test.h
===================================================================
--- chrome/renderer/safe_browsing/render_view_fake_resources_test.h (revision 104358)
+++ chrome/renderer/safe_browsing/render_view_fake_resources_test.h (working copy)
@@ -54,7 +54,7 @@
class MockRenderProcess;
class RendererMainPlatformDelegate;
-class RenderThread;
+class RenderThreadImpl;
class RenderView;
struct ResourceHostMsg_Request;
@@ -128,7 +128,7 @@
// channel that the renderer uses to talk to the browser.
// For this test, we will handle the browser end of the channel.
scoped_ptr<IPC::Channel> channel_;
- RenderThread* render_thread_; // owned by mock_process_
+ RenderThreadImpl* render_thread_; // owned by mock_process_
scoped_ptr<MockRenderProcess> mock_process_;
RenderView* view_; // not owned, deletes itself on close
« no previous file with comments | « chrome/renderer/DEPS ('k') | chrome/renderer/safe_browsing/render_view_fake_resources_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698