| Index: content/browser/renderer_host/pepper_file_message_filter.cc
|
| diff --git a/content/browser/renderer_host/pepper_file_message_filter.cc b/content/browser/renderer_host/pepper_file_message_filter.cc
|
| index b1b9e19c108bea613be19a8e4517ef3d554103f2..3b37cfc8959d28ae053445569e7ea97615aaa6e7 100644
|
| --- a/content/browser/renderer_host/pepper_file_message_filter.cc
|
| +++ b/content/browser/renderer_host/pepper_file_message_filter.cc
|
| @@ -197,7 +197,7 @@ void PepperFileMessageFilter::OnGetDirContents(
|
|
|
| file_util::FileEnumerator enumerator(
|
| full_path, false,
|
| - static_cast<file_util::FileEnumerator::FILE_TYPE>(
|
| + static_cast<file_util::FileEnumerator::FileType>(
|
| file_util::FileEnumerator::FILES |
|
| file_util::FileEnumerator::DIRECTORIES |
|
| file_util::FileEnumerator::INCLUDE_DOT_DOT));
|
|
|