| Index: storage/browser/quota/special_storage_policy.cc
|
| diff --git a/webkit/browser/quota/special_storage_policy.cc b/storage/browser/quota/special_storage_policy.cc
|
| similarity index 82%
|
| rename from webkit/browser/quota/special_storage_policy.cc
|
| rename to storage/browser/quota/special_storage_policy.cc
|
| index 9aacb04660e6fbab29ff01d835b20b03cca19e93..00367888e34a6460bc610c24f007f3d8cdc128f0 100644
|
| --- a/webkit/browser/quota/special_storage_policy.cc
|
| +++ b/storage/browser/quota/special_storage_policy.cc
|
| @@ -2,15 +2,18 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "webkit/browser/quota/special_storage_policy.h"
|
| +#include "storage/browser/quota/special_storage_policy.h"
|
|
|
| namespace quota {
|
|
|
| -SpecialStoragePolicy::Observer::~Observer() {}
|
| +SpecialStoragePolicy::Observer::~Observer() {
|
| +}
|
|
|
| -SpecialStoragePolicy::SpecialStoragePolicy() {}
|
| +SpecialStoragePolicy::SpecialStoragePolicy() {
|
| +}
|
|
|
| -SpecialStoragePolicy::~SpecialStoragePolicy() {}
|
| +SpecialStoragePolicy::~SpecialStoragePolicy() {
|
| +}
|
|
|
| void SpecialStoragePolicy::AddObserver(Observer* observer) {
|
| observers_.AddObserver(observer);
|
|
|