diff options
Diffstat (limited to 'webkit/browser/quota/storage_monitor.cc')
-rw-r--r-- | webkit/browser/quota/storage_monitor.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/browser/quota/storage_monitor.cc b/webkit/browser/quota/storage_monitor.cc index bb56af3..366d4d7 100644 --- a/webkit/browser/quota/storage_monitor.cc +++ b/webkit/browser/quota/storage_monitor.cc @@ -11,7 +11,7 @@ #include "webkit/browser/quota/quota_manager.h" #include "webkit/common/quota/quota_status_code.h" -namespace quota { +namespace storage { // StorageObserverList: @@ -376,4 +376,4 @@ void StorageMonitor::NotifyUsageChange( it->second->NotifyUsageChange(filter, delta); } -} // namespace quota +} // namespace storage |