| Index: webkit/browser/quota/mock_special_storage_policy.h
|
| diff --git a/webkit/quota/mock_special_storage_policy.h b/webkit/browser/quota/mock_special_storage_policy.h
|
| similarity index 89%
|
| rename from webkit/quota/mock_special_storage_policy.h
|
| rename to webkit/browser/quota/mock_special_storage_policy.h
|
| index 337ff5ce4c3fb58f507a83c033218d2e4306198e..9ea32030e97174284d989109aba77026df026028 100644
|
| --- a/webkit/quota/mock_special_storage_policy.h
|
| +++ b/webkit/browser/quota/mock_special_storage_policy.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_QUOTA_MOCK_SPECIAL_STORAGE_POLICY_H_
|
| -#define WEBKIT_QUOTA_MOCK_SPECIAL_STORAGE_POLICY_H_
|
| +#ifndef WEBKIT_BROWSER_QUOTA_MOCK_SPECIAL_STORAGE_POLICY_H_
|
| +#define WEBKIT_BROWSER_QUOTA_MOCK_SPECIAL_STORAGE_POLICY_H_
|
|
|
| #include <set>
|
| #include <string>
|
|
|
| #include "googleurl/src/gurl.h"
|
| -#include "webkit/quota/special_storage_policy.h"
|
| +#include "webkit/browser/quota/special_storage_policy.h"
|
|
|
| namespace quota {
|
|
|
| @@ -87,4 +87,4 @@ class MockSpecialStoragePolicy : public quota::SpecialStoragePolicy {
|
| };
|
| } // namespace quota
|
|
|
| -#endif // WEBKIT_QUOTA_MOCK_SPECIAL_STORAGE_POLICY_H_
|
| +#endif // WEBKIT_BROWSER_QUOTA_MOCK_SPECIAL_STORAGE_POLICY_H_
|
|
|