Index: content/browser/renderer_host/render_view_host_impl.h |
=================================================================== |
--- content/browser/renderer_host/render_view_host_impl.h (revision 163834) |
+++ content/browser/renderer_host/render_view_host_impl.h (working copy) |
@@ -28,7 +28,6 @@ |
#include "webkit/glue/window_open_disposition.h" |
class ChildProcessSecurityPolicyImpl; |
-class SessionStorageNamespaceImpl; |
class SkBitmap; |
class ViewMsg_Navigate; |
struct AccessibilityHostMsg_NotificationParams; |
@@ -58,6 +57,7 @@ |
class RenderViewHostObserver; |
class RenderWidgetHostDelegate; |
class SessionStorageNamespace; |
+class SessionStorageNamespaceImpl; |
class TestRenderViewHost; |
struct ContextMenuParams; |
struct FileChooserParams; |