| Index: content/renderer/dom_storage/webstoragearea_impl.h
|
| ===================================================================
|
| --- content/renderer/dom_storage/webstoragearea_impl.h (revision 163007)
|
| +++ content/renderer/dom_storage/webstoragearea_impl.h (working copy)
|
| @@ -16,6 +16,8 @@
|
| class DomStorageCachedArea;
|
| }
|
|
|
| +namespace content {
|
| +
|
| class WebStorageAreaImpl : public WebKit::WebStorageArea {
|
| public:
|
| static WebStorageAreaImpl* FromConnectionId(int id);
|
| @@ -40,4 +42,6 @@
|
| scoped_refptr<dom_storage::DomStorageCachedArea> cached_area_;
|
| };
|
|
|
| +} // namespace content
|
| +
|
| #endif // CONTENT_RENDERER_DOM_STORAGE_WEBSTORAGEAREA_IMPL_H_
|
|
|