| Index: content/browser/renderer_host/render_process_host_impl.h | 
| diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h | 
| index 307de0b9122af57d263ab26b61c49b2d64e5e5c6..ecf69c1c463e4572706ccf6a2d1fe83949bb6652 100644 | 
| --- a/content/browser/renderer_host/render_process_host_impl.h | 
| +++ b/content/browser/renderer_host/render_process_host_impl.h | 
| @@ -77,6 +77,7 @@ class CONTENT_EXPORT RenderProcessHostImpl | 
| virtual void WidgetHidden() OVERRIDE; | 
| virtual int VisibleWidgetCount() const OVERRIDE; | 
| virtual bool IsGuest() const OVERRIDE; | 
| +  virtual StoragePartition* GetStoragePartition() const OVERRIDE; | 
| virtual bool FastShutdownIfPossible() OVERRIDE; | 
| virtual void DumpHandles() OVERRIDE; | 
| virtual base::ProcessHandle GetHandle() OVERRIDE; | 
|  |