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

Unified Diff: chrome/browser/media_galleries/fileapi/mtp_device_map_service.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/media_galleries/fileapi/mtp_device_map_service.h
diff --git a/chrome/browser/media_galleries/fileapi/mtp_device_map_service.h b/chrome/browser/media_galleries/fileapi/mtp_device_map_service.h
index 4e0657daab16d6ea9f485d65c7afa362e43f0238..0c685d209eca7f45de46495348a9d0269536e9c3 100644
--- a/chrome/browser/media_galleries/fileapi/mtp_device_map_service.h
+++ b/chrome/browser/media_galleries/fileapi/mtp_device_map_service.h
@@ -40,7 +40,7 @@ class MTPDeviceMapService {
void RevokeMTPFileSystem(const std::string& filesystem_id);
private:
- friend struct base::DefaultLazyInstanceTraits<MTPDeviceMapService>;
+ friend struct base::LazyInstanceTraitsBase<MTPDeviceMapService>;
// Adds the MTP device delegate to the map service. |device_location|
// specifies the mount location of the MTP device.

Powered by Google App Engine
This is Rietveld 408576698