| Index: chrome/browser/conflicts/module_inspector_win.h
|
| diff --git a/chrome/browser/conflicts/module_inspector_win.h b/chrome/browser/conflicts/module_inspector_win.h
|
| index 3a036d69dc97e733cdc2640bf6cf2793a2b5f88b..d044cd06b1f9b427e9eb36aa2ba046946c78752d 100644
|
| --- a/chrome/browser/conflicts/module_inspector_win.h
|
| +++ b/chrome/browser/conflicts/module_inspector_win.h
|
| @@ -59,10 +59,10 @@ class ModuleInspector {
|
| // The modules are put in queue until they are sent for inspection.
|
| std::queue<ModuleInfoKey> queue_;
|
|
|
| - // The traits used on the task that inspects the modules. It originally starts
|
| - // at a BACKGROUND priority, but is changed to USER_VISIBLE when
|
| + // The TaskPriority of the task that inspects the modules. It originally
|
| + // starts at BACKGROUND priority, but is changed to USER_VISIBLE when
|
| // IncreaseInspectionPriority() is called.
|
| - base::TaskTraits inspection_task_traits_;
|
| + base::TaskPriority inspection_task_priority_;
|
|
|
| // The vector of paths to %env_var%, used to account for differences in
|
| // localization and where people keep their files.
|
|
|