| Index: content/browser/renderer_host/render_view_host_factory.cc
|
| diff --git a/content/browser/renderer_host/render_view_host_factory.cc b/content/browser/renderer_host/render_view_host_factory.cc
|
| index aa17de11d5f0b4e53e28ec2bf6eb424ada41bdea..c9f307a18acc32a2905a8deb9d9a8ff87b350715 100644
|
| --- a/content/browser/renderer_host/render_view_host_factory.cc
|
| +++ b/content/browser/renderer_host/render_view_host_factory.cc
|
| @@ -7,6 +7,8 @@
|
| #include "base/logging.h"
|
| #include "content/browser/renderer_host/render_view_host_impl.h"
|
|
|
| +using content::RenderViewHost;
|
| +using content::RenderViewHostImpl;
|
| using content::SessionStorageNamespace;
|
| using content::SiteInstance;
|
|
|
|
|