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

Unified Diff: chrome/browser/task_manager/sampling/task_manager_impl.h

Issue 2733283002: Require explicit selection of traits for LazyInstance (Closed)
Patch Set: l10n again Created 3 years, 9 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
Index: chrome/browser/task_manager/sampling/task_manager_impl.h
diff --git a/chrome/browser/task_manager/sampling/task_manager_impl.h b/chrome/browser/task_manager/sampling/task_manager_impl.h
index 982bebcf76df20a00ee755f50f953762ada2eb66..5f9ec31553e95572d088302af2a505a484f5defd 100644
--- a/chrome/browser/task_manager/sampling/task_manager_impl.h
+++ b/chrome/browser/task_manager/sampling/task_manager_impl.h
@@ -106,7 +106,7 @@ class TaskManagerImpl :
static void OnMultipleBytesReadUI(std::vector<BytesReadParam>* params);
private:
- friend struct base::DefaultLazyInstanceTraits<TaskManagerImpl>;
+ friend struct base::LazyInstanceTraitsBase<TaskManagerImpl>;
TaskManagerImpl();
« no previous file with comments | « chrome/browser/sync_file_system/logger.cc ('k') | chrome/browser/task_manager/sampling/task_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698