| Index: content/browser/renderer_host/render_view_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
|
| index c62a70baa525c92ca338513dc948b66364087ae9..802c4ca8c01fa1b2bc27ba1ddf744c8419495772 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -27,7 +27,6 @@
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebTextDirection.h"
|
| #include "webkit/glue/window_open_disposition.h"
|
|
|
| -class ChildProcessSecurityPolicyImpl;
|
| class SkBitmap;
|
| class ViewMsg_Navigate;
|
| struct AccessibilityHostMsg_NotificationParams;
|
| @@ -50,6 +49,7 @@ struct SelectedFileInfo;
|
|
|
| namespace content {
|
|
|
| +class ChildProcessSecurityPolicyImpl;
|
| #if defined(OS_ANDROID)
|
| class MediaPlayerManagerAndroid;
|
| #endif
|
|
|