Index: content/public/browser/render_view_host.h |
diff --git a/content/public/browser/render_view_host.h b/content/public/browser/render_view_host.h |
index fcc81c04a93a2f1eb2e2d27c20f1523d49dc6504..840be8cb0667364800fa7e94129742a2f4207daa 100644 |
--- a/content/public/browser/render_view_host.h |
+++ b/content/public/browser/render_view_host.h |
@@ -16,17 +16,21 @@ |
#include "third_party/WebKit/public/web/WebDragOperation.h" |
class GURL; |
-struct WebPreferences; |
- |
-namespace gfx { |
-class Point; |
-} |
namespace base { |
class FilePath; |
class Value; |
} |
+namespace blink { |
+struct WebMediaPlayerAction; |
+struct WebPluginAction; |
+} |
+ |
+namespace gfx { |
+class Point; |
+} |
+ |
namespace media { |
class AudioOutputController; |
} |
@@ -35,11 +39,6 @@ namespace ui { |
struct SelectedFileInfo; |
} |
-namespace blink { |
-struct WebMediaPlayerAction; |
-struct WebPluginAction; |
-} |
- |
namespace content { |
class ChildProcessSecurityPolicy; |
@@ -48,6 +47,7 @@ class RenderViewHostDelegate; |
class SessionStorageNamespace; |
class SiteInstance; |
struct DropData; |
+struct WebPreferences; |
// A RenderViewHost is responsible for creating and talking to a RenderView |
// object in a child process. It exposes a high level API to users, for things |