| Index: chrome/browser/enumerate_modules_model_win.cc
|
| diff --git a/chrome/browser/enumerate_modules_model_win.cc b/chrome/browser/enumerate_modules_model_win.cc
|
| index 12f02276eaf43bb2c3d924a0876ff0c4e9526cd1..9d9488ae533ccb998ddda4a3319ffe8a02da81ad 100644
|
| --- a/chrome/browser/enumerate_modules_model_win.cc
|
| +++ b/chrome/browser/enumerate_modules_model_win.cc
|
| @@ -30,6 +30,8 @@
|
| #include "grit/generated_resources.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| // The period of time (in milliseconds) to wait until checking to see if any
|
| // incompatible modules exist.
|
| static const int kModuleCheckDelayMs = 60 * 1000;
|
|
|