Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(285)

Unified Diff: chrome/browser/conflicts/module_inspector_win.h

Issue 2916663002: Pass the path mapping via RefCountedData in ModuleInspector (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/conflicts/module_inspector_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d044cd06b1f9b427e9eb36aa2ba046946c78752d..4b2e289aeef7f689923586339213625135e8f024 100644
--- a/chrome/browser/conflicts/module_inspector_win.h
+++ b/chrome/browser/conflicts/module_inspector_win.h
@@ -10,6 +10,7 @@
#include "base/callback.h"
#include "base/macros.h"
+#include "base/memory/ref_counted.h"
#include "base/memory/weak_ptr.h"
#include "base/task_scheduler/task_traits.h"
#include "base/threading/thread_checker.h"
@@ -67,7 +68,7 @@ class ModuleInspector {
// The vector of paths to %env_var%, used to account for differences in
// localization and where people keep their files.
// e.g. c:\windows vs d:\windows
- StringMapping path_mapping_;
+ scoped_refptr<base::RefCountedData<StringMapping>> path_mapping_;
base::ThreadChecker thread_checker_;
« no previous file with comments | « no previous file | chrome/browser/conflicts/module_inspector_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698