| Index: third_party/WebKit/Source/modules/quota/DeprecatedStorageInfo.h
|
| diff --git a/third_party/WebKit/Source/modules/quota/DeprecatedStorageInfo.h b/third_party/WebKit/Source/modules/quota/DeprecatedStorageInfo.h
|
| index 3f51f005df0b45b1906f078d6eacd4c5277e1bd5..e78af538b29396db5365ff21306d2951ebe8477c 100644
|
| --- a/third_party/WebKit/Source/modules/quota/DeprecatedStorageInfo.h
|
| +++ b/third_party/WebKit/Source/modules/quota/DeprecatedStorageInfo.h
|
| @@ -47,8 +47,8 @@ class DeprecatedStorageInfo final : public GarbageCollected<DeprecatedStorageInf
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| enum {
|
| - TEMPORARY,
|
| - PERSISTENT,
|
| + kTemporary,
|
| + kPersistent,
|
| };
|
|
|
| static DeprecatedStorageInfo* create()
|
|
|