| 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 b2889751b94a13933e068875065af32aa65e6df8..5c84a8cd71e7217cf64829d9577179b00144379d 100644
|
| --- a/content/browser/renderer_host/pepper_file_message_filter.cc
|
| +++ b/content/browser/renderer_host/pepper_file_message_filter.cc
|
| @@ -21,6 +21,8 @@
|
| #include "base/file_descriptor_posix.h"
|
| #endif
|
|
|
| +using content::BrowserThread;
|
| +
|
| // Used to check if the renderer has permission for the requested operation.
|
| // TODO(viettrungluu): Verify these. They don't necessarily quite make sense,
|
| // but it seems to be approximately what the file system code does.
|
|
|