Chromium Code Reviews| Index: content/browser/renderer_host/pepper_message_filter.cc |
| diff --git a/content/browser/renderer_host/pepper_message_filter.cc b/content/browser/renderer_host/pepper_message_filter.cc |
| index 434a6d8129cf1baee25b2b05d9deed8097a63409..a04162fbbb611c8f7ba75cb17d28bd221ea447a0 100644 |
| --- a/content/browser/renderer_host/pepper_message_filter.cc |
| +++ b/content/browser/renderer_host/pepper_message_filter.cc |
| @@ -50,6 +50,8 @@ |
| #include <unistd.h> |
| #endif // ENABLE_FLAPPER_HACKS |
| +using content::BrowserThread; |
| + |
| namespace { |
| bool ValidateNetAddress(const PP_Flash_NetAddress& addr) { |