| Index: content/renderer/dom_storage/webstoragearea_impl.cc
|
| ===================================================================
|
| --- content/renderer/dom_storage/webstoragearea_impl.cc (revision 163007)
|
| +++ content/renderer/dom_storage/webstoragearea_impl.cc (working copy)
|
| @@ -18,6 +18,8 @@
|
| using WebKit::WebString;
|
| using WebKit::WebURL;
|
|
|
| +namespace content {
|
| +
|
| namespace {
|
| typedef IDMap<WebStorageAreaImpl> AreaImplMap;
|
| base::LazyInstance<AreaImplMap>::Leaky
|
| @@ -80,3 +82,5 @@
|
| size_t WebStorageAreaImpl::memoryBytesUsedByCache() const {
|
| return cached_area_->MemoryBytesUsedByCache();
|
| }
|
| +
|
| +} // namespace content
|
|
|