Chromium Code Reviews| Index: webkit/browser/quota/quota_manager.cc |
| diff --git a/webkit/browser/quota/quota_manager.cc b/webkit/browser/quota/quota_manager.cc |
| index e468822054847f50cc41385e7642f96062116b30..01937878d0ceba7ccae7f46245d5d01dcea8ffb5 100644 |
| --- a/webkit/browser/quota/quota_manager.cc |
| +++ b/webkit/browser/quota/quota_manager.cc |
| @@ -35,7 +35,7 @@ |
| (name), static_cast<int>((sample) / kMBytes), \ |
| 1, 10 * 1024 * 1024 /* 10TB */, 100) |
| -namespace quota { |
| +namespace storage { |
| namespace { |
| @@ -1628,4 +1628,4 @@ void QuotaManager::PostTaskAndReplyWithResultForDBThread( |
| reply); |
| } |
| -} // namespace quota |
| +} // namespace storage |