| Index: content/renderer/dom_storage/webstoragenamespace_impl.h
|
| ===================================================================
|
| --- content/renderer/dom_storage/webstoragenamespace_impl.h (revision 163007)
|
| +++ content/renderer/dom_storage/webstoragenamespace_impl.h (working copy)
|
| @@ -8,6 +8,8 @@
|
| #include "base/basictypes.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebStorageNamespace.h"
|
|
|
| +namespace content {
|
| +
|
| class WebStorageNamespaceImpl : public WebKit::WebStorageNamespace {
|
| public:
|
| // The default constructor creates a local storage namespace, the second
|
| @@ -26,4 +28,6 @@
|
| int64 namespace_id_;
|
| };
|
|
|
| +} // namespace content
|
| +
|
| #endif // CONTENT_RENDERER_DOM_STORAGE_WEBSTORAGENAMESPACE_IMPL_H_
|
|
|