| Index: chrome/browser/enumerate_modules_model_win.cc
|
| ===================================================================
|
| --- chrome/browser/enumerate_modules_model_win.cc (revision 72107)
|
| +++ chrome/browser/enumerate_modules_model_win.cc (working copy)
|
| @@ -59,7 +59,7 @@
|
|
|
| // Used to protect the LoadedModuleVector which is accessed
|
| // from both the UI thread and the FILE thread.
|
| -Lock* lock = NULL;
|
| +base::Lock* lock = NULL;
|
|
|
| // A struct to help de-duping modules before adding them to the enumerated
|
| // modules vector.
|
|
|