| Index: third_party/WebKit/Source/modules/filesystem/WorkerGlobalScopeFileSystem.h
|
| diff --git a/third_party/WebKit/Source/modules/filesystem/WorkerGlobalScopeFileSystem.h b/third_party/WebKit/Source/modules/filesystem/WorkerGlobalScopeFileSystem.h
|
| index dc45ec9d46c0a69306348bfaa2a6e6e8fb145bba..7f7b85c04907ff2565fb1541ef871a3ca21d2e89 100644
|
| --- a/third_party/WebKit/Source/modules/filesystem/WorkerGlobalScopeFileSystem.h
|
| +++ b/third_party/WebKit/Source/modules/filesystem/WorkerGlobalScopeFileSystem.h
|
| @@ -43,8 +43,8 @@ class WorkerGlobalScopeFileSystem {
|
| STATIC_ONLY(WorkerGlobalScopeFileSystem);
|
| public:
|
| enum {
|
| - TEMPORARY,
|
| - PERSISTENT,
|
| + kTemporary,
|
| + kPersistent,
|
| };
|
|
|
| static void webkitRequestFileSystem(WorkerGlobalScope&, int type, long long size, FileSystemCallback* successCallback, ErrorCallback*);
|
|
|