| Index: third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h
|
| diff --git a/third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h b/third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h
|
| index cd8c85d736a6888ad05b05139328886690878d58..bdbfbdb5b334bacdaca11c4c7b5f804d34f04d1f 100644
|
| --- a/third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h
|
| +++ b/third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h
|
| @@ -46,8 +46,8 @@ public:
|
| // They are placed here and in all capital letters so they can be checked against the constants in the
|
| // IDL at compile time.
|
| enum {
|
| - TEMPORARY,
|
| - PERSISTENT,
|
| + kTemporary,
|
| + kPersistent,
|
| };
|
| };
|
|
|
|
|