| Index: webkit/browser/quota/special_storage_policy.cc
|
| diff --git a/webkit/browser/quota/special_storage_policy.cc b/webkit/browser/quota/special_storage_policy.cc
|
| index 9aacb04660e6fbab29ff01d835b20b03cca19e93..eac7ba0451191a1fa51feb25368446990de20dee 100644
|
| --- a/webkit/browser/quota/special_storage_policy.cc
|
| +++ b/webkit/browser/quota/special_storage_policy.cc
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "webkit/browser/quota/special_storage_policy.h"
|
|
|
| -namespace quota {
|
| +namespace storage {
|
|
|
| SpecialStoragePolicy::Observer::~Observer() {}
|
|
|
| @@ -35,4 +35,4 @@ void SpecialStoragePolicy::NotifyCleared() {
|
| FOR_EACH_OBSERVER(Observer, observers_, OnCleared());
|
| }
|
|
|
| -} // namespace quota
|
| +} // namespace storage
|
|
|