| Index: webkit/common/quota/quota_status_code.h
|
| diff --git a/webkit/quota/quota_status_code.h b/webkit/common/quota/quota_status_code.h
|
| similarity index 84%
|
| rename from webkit/quota/quota_status_code.h
|
| rename to webkit/common/quota/quota_status_code.h
|
| index 1261a31b82a72670d88cedcf2c5e9894ec6bc965..fcb09b17a0a009c013d6b779c49d738d37bdbb98 100644
|
| --- a/webkit/quota/quota_status_code.h
|
| +++ b/webkit/common/quota/quota_status_code.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_QUOTA_QUOTA_STATUS_CODE_H_
|
| -#define WEBKIT_QUOTA_QUOTA_STATUS_CODE_H_
|
| +#ifndef WEBKIT_COMMON_QUOTA_QUOTA_STATUS_CODE_H_
|
| +#define WEBKIT_COMMON_QUOTA_QUOTA_STATUS_CODE_H_
|
|
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebStorageQuotaError.h"
|
| #include "webkit/storage/webkit_storage_export.h"
|
| @@ -25,4 +25,4 @@ WEBKIT_STORAGE_EXPORT const char* QuotaStatusCodeToString(
|
|
|
| } // namespace quota
|
|
|
| -#endif // WEBKIT_QUOTA_QUOTA_STATUS_CODE_H_
|
| +#endif // WEBKIT_COMMON_QUOTA_QUOTA_STATUS_CODE_H_
|
|
|