| Index: content/browser/tab_contents/tab_contents.h
|
| ===================================================================
|
| --- content/browser/tab_contents/tab_contents.h (revision 110571)
|
| +++ content/browser/tab_contents/tab_contents.h (working copy)
|
| @@ -111,7 +111,7 @@
|
|
|
| // Return the currently active RenderProcessHost and RenderViewHost. Each of
|
| // these may change over time.
|
| - RenderProcessHost* GetRenderProcessHost() const;
|
| + content::RenderProcessHost* GetRenderProcessHost() const;
|
| RenderViewHost* render_view_host() const {
|
| return render_manager_.current_host();
|
| }
|
|
|