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

Unified Diff: services/resource_coordinator/memory/coordinator/coordinator_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
« no previous file with comments | « services/file/user_id_map.cc ('k') | storage/browser/blob/shareable_file_reference.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/resource_coordinator/memory/coordinator/coordinator_impl.h
diff --git a/services/resource_coordinator/memory/coordinator/coordinator_impl.h b/services/resource_coordinator/memory/coordinator/coordinator_impl.h
index 80ce6aee23efcad2ee470e69f654ec0a09ca1e77..7a8e1dcd4b7823a701f5ba57d2981900a49b6a83 100644
--- a/services/resource_coordinator/memory/coordinator/coordinator_impl.h
+++ b/services/resource_coordinator/memory/coordinator/coordinator_impl.h
@@ -29,7 +29,7 @@ class CoordinatorImpl : public Coordinator, public mojom::Coordinator {
private:
friend class CoordinatorImplTest; // For testing
- friend struct base::DefaultLazyInstanceTraits<CoordinatorImpl>;
+ friend struct base::LazyInstanceTraitsBase<CoordinatorImpl>;
struct QueuedMemoryDumpRequest {
QueuedMemoryDumpRequest(const base::trace_event::MemoryDumpRequestArgs args,
« no previous file with comments | « services/file/user_id_map.cc ('k') | storage/browser/blob/shareable_file_reference.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698