Add an API around SessionStorageNamespace. This is just an empty API, what matters to embedders is that they can influence this object's lifetime.
BUG=98716
Review URL: https://chromiumcodereview.appspot.com/9447039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123389 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
index c5308950..46e139e 100644
--- a/content/public/browser/web_contents.h
+++ b/content/public/browser/web_contents.h
@@ -18,7 +18,6 @@
#include "webkit/glue/window_open_disposition.h"
class RenderViewHost;
-class SessionStorageNamespace;
namespace base {
class PropertyBag;
@@ -41,12 +40,11 @@
class NavigationController;
class RenderProcessHost;
class RenderWidgetHostView;
-class WebContentsDelegate;
-struct RendererPreferences;
+class SessionStorageNamespace;
class SiteInstance;
-// TODO(jam): of course we will have to rename WebContentsView etc to use
-// WebContents.
+class WebContentsDelegate;
class WebContentsView;
+struct RendererPreferences;
// Describes what goes in the main content area of a tab.
class WebContents : public PageNavigator {