Chromium Code Reviews| Index: webkit/browser/quota/quota_database.cc |
| diff --git a/webkit/browser/quota/quota_database.cc b/webkit/browser/quota/quota_database.cc |
| index 03bed771db0051710caaf553607ca3f510fe81a6..de07cc8a8290514dd9d100493187012906353e4e 100644 |
| --- a/webkit/browser/quota/quota_database.cc |
| +++ b/webkit/browser/quota/quota_database.cc |
| @@ -18,7 +18,7 @@ |
| #include "url/gurl.h" |
| #include "webkit/browser/quota/special_storage_policy.h" |
| -namespace quota { |
| +namespace storage { |
| namespace { |
| // Definitions for database schema. |
| @@ -654,4 +654,4 @@ bool operator<(const QuotaDatabase::OriginInfoTableEntry& lhs, |
| return lhs.last_access_time < rhs.last_access_time; |
| } |
| -} // namespace quota |
| +} // namespace storage |