// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_BROWSER_DOM_STORAGE_SESSION_STORAGE_NAMESPACE_IMPL_H_ #define CONTENT_BROWSER_DOM_STORAGE_SESSION_STORAGE_NAMESPACE_IMPL_H_ #include <stdint.h> #include <memory> #include <string> #include "base/memory/scoped_refptr.h" #include "content/public/browser/session_storage_namespace.h" namespace content { class DOMStorageContextWrapper; class SessionStorageNamespaceImpl : public SessionStorageNamespace { … }; } // namespace content #endif // CONTENT_BROWSER_DOM_STORAGE_SESSION_STORAGE_NAMESPACE_IMPL_H_