Chromium Code Reviews| Index: webkit/common/quota/quota_status_code.cc |
| diff --git a/webkit/common/quota/quota_status_code.cc b/webkit/common/quota/quota_status_code.cc |
| index ad5a1ff2da31f47b3e1bfbe1b38840a465045471..1139589aead6bae37b95a1cf2fd84fd54123aa8e 100644 |
| --- a/webkit/common/quota/quota_status_code.cc |
| +++ b/webkit/common/quota/quota_status_code.cc |
| @@ -5,7 +5,7 @@ |
| #include "base/logging.h" |
| #include "webkit/common/quota/quota_status_code.h" |
| -namespace quota { |
| +namespace storage { |
| const char* QuotaStatusCodeToString(QuotaStatusCode status) { |
| switch (status) { |
| @@ -26,4 +26,4 @@ const char* QuotaStatusCodeToString(QuotaStatusCode status) { |
| return "Unknown error."; |
| } |
| -} // namespace quota |
| +} // namespace storage |