Chromium Code Reviews| Index: webkit/browser/quota/quota_manager_proxy.cc |
| diff --git a/webkit/browser/quota/quota_manager_proxy.cc b/webkit/browser/quota/quota_manager_proxy.cc |
| index 20b42c3d3e34090a826de02aece308da83085f42..7cc39c761936054405c0543e63d1dec46722174e 100644 |
| --- a/webkit/browser/quota/quota_manager_proxy.cc |
| +++ b/webkit/browser/quota/quota_manager_proxy.cc |
| @@ -12,7 +12,7 @@ |
| #include "base/strings/string_number_conversions.h" |
| #include "base/task_runner_util.h" |
| -namespace quota { |
| +namespace storage { |
| namespace { |
| @@ -157,4 +157,4 @@ QuotaManagerProxy::QuotaManagerProxy( |
| QuotaManagerProxy::~QuotaManagerProxy() { |
| } |
| -} // namespace quota |
| +} // namespace storage |