| Index: storage/browser/test/mock_special_storage_policy.cc
|
| diff --git a/content/public/test/mock_special_storage_policy.cc b/storage/browser/test/mock_special_storage_policy.cc
|
| similarity index 87%
|
| rename from content/public/test/mock_special_storage_policy.cc
|
| rename to storage/browser/test/mock_special_storage_policy.cc
|
| index 0226b98e030ce1b1287dd87fcc21e319adf7d674..3f1a198972a180cadf88e0175f0bf7c0bc463bd3 100644
|
| --- a/content/public/test/mock_special_storage_policy.cc
|
| +++ b/storage/browser/test/mock_special_storage_policy.cc
|
| @@ -2,15 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/public/test/mock_special_storage_policy.h"
|
| +#include "storage/browser/test/mock_special_storage_policy.h"
|
|
|
| #include "base/stl_util.h"
|
|
|
| namespace content {
|
|
|
| -MockSpecialStoragePolicy::MockSpecialStoragePolicy()
|
| - : all_unlimited_(false) {
|
| -}
|
| +MockSpecialStoragePolicy::MockSpecialStoragePolicy() : all_unlimited_(false) {}
|
|
|
| bool MockSpecialStoragePolicy::IsStorageProtected(const GURL& origin) {
|
| return base::ContainsKey(protected_, origin);
|
|
|