| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index 28845a6992ddef9f9dd548665998f74c31a5d918..ef62e64b8022ca80162ca48a2b8e6b71387c392d 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -116,6 +116,7 @@
|
|
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
|
|
| +using content::BrowserMessageFilter;
|
| using content::BrowserThread;
|
| using content::ChildProcessHost;
|
| using content::ChildProcessHostImpl;
|
|
|