| Index: webkit/browser/quota/storage_monitor.h
|
| diff --git a/webkit/browser/quota/storage_monitor.h b/webkit/browser/quota/storage_monitor.h
|
| index e52fd18de55af68bd00e8248330bd67f8474b1b6..0550ecfc3661746275c9c5a13bc7477d022b1a2b 100644
|
| --- a/webkit/browser/quota/storage_monitor.h
|
| +++ b/webkit/browser/quota/storage_monitor.h
|
| @@ -16,7 +16,7 @@ namespace content {
|
| class StorageMonitorTestBase;
|
| }
|
|
|
| -namespace quota {
|
| +namespace storage {
|
|
|
| class QuotaManager;
|
|
|
| @@ -175,6 +175,6 @@ class WEBKIT_STORAGE_BROWSER_EXPORT_PRIVATE StorageMonitor {
|
| DISALLOW_COPY_AND_ASSIGN(StorageMonitor);
|
| };
|
|
|
| -} // namespace quota
|
| +} // namespace storage
|
|
|
| #endif // WEBKIT_BROWSER_QUOTA_STORAGE_MONITOR_H_
|
|
|