| 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 697c9b78507d3ea95390ea170a0949dfc23756fd..6937c6e8c9bfe1b8380daf7d6802291d429368cd 100644
|
| --- a/third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h
|
| +++ b/third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h
|
| @@ -51,8 +51,8 @@ class DOMWindowFileSystem {
|
| EntryCallback*,
|
| ErrorCallback*);
|
|
|
| - // They are placed here and in all capital letters so they can be checked against the constants in the
|
| - // IDL at compile time.
|
| + // They are placed here and in all capital letters so they can be checked
|
| + // against the constants in the IDL at compile time.
|
| enum {
|
| kTemporary,
|
| kPersistent,
|
|
|