diff options
Diffstat (limited to 'chrome/browser/plugin_data_remover.cc')
-rw-r--r-- | chrome/browser/plugin_data_remover.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/plugin_data_remover.cc b/chrome/browser/plugin_data_remover.cc index c7106ac..592cf46 100644 --- a/chrome/browser/plugin_data_remover.cc +++ b/chrome/browser/plugin_data_remover.cc @@ -22,6 +22,8 @@ #include "ipc/ipc_channel_posix.h" #endif +using content::BrowserThread; + namespace { const char kFlashMimeType[] = "application/x-shockwave-flash"; |