| Index: storage/browser/quota/special_storage_policy.h
|
| diff --git a/webkit/browser/quota/special_storage_policy.h b/storage/browser/quota/special_storage_policy.h
|
| similarity index 92%
|
| copy from webkit/browser/quota/special_storage_policy.h
|
| copy to storage/browser/quota/special_storage_policy.h
|
| index 5ddc821790663805f2f5fa9af5b1962f3adef85f..e6c37b56bbdb87a0a98afe5809bac3640679e894 100644
|
| --- a/webkit/browser/quota/special_storage_policy.h
|
| +++ b/storage/browser/quota/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_BROWSER_QUOTA_SPECIAL_STORAGE_POLICY_H_
|
| -#define WEBKIT_BROWSER_QUOTA_SPECIAL_STORAGE_POLICY_H_
|
| +#ifndef STORAGE_BROWSER_QUOTA_SPECIAL_STORAGE_POLICY_H_
|
| +#define STORAGE_BROWSER_QUOTA_SPECIAL_STORAGE_POLICY_H_
|
|
|
| #include <string>
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "base/observer_list.h"
|
| -#include "webkit/browser/storage_browser_export.h"
|
| +#include "storage/browser/storage_browser_export.h"
|
|
|
| class GURL;
|
|
|
| @@ -83,4 +83,4 @@ class STORAGE_EXPORT SpecialStoragePolicy
|
|
|
| } // namespace storage
|
|
|
| -#endif // WEBKIT_BROWSER_QUOTA_SPECIAL_STORAGE_POLICY_H_
|
| +#endif // STORAGE_BROWSER_QUOTA_SPECIAL_STORAGE_POLICY_H_
|
|
|