Index: net/base/mime_util.cc |
=================================================================== |
--- net/base/mime_util.cc (revision 145483) |
+++ net/base/mime_util.cc (working copy) |
@@ -86,7 +86,9 @@ |
StrictMappings strict_format_map_; |
}; // class MimeUtil |
-static base::LazyInstance<MimeUtil> g_mime_util = LAZY_INSTANCE_INITIALIZER; |
+// This variable is Leaky because we need to access it from WorkerPool threads |
wtc
2012/07/13 22:38:55
Nit: add a period (.) at the end of this sentence.
|
+static base::LazyInstance<MimeUtil>::Leaky g_mime_util = |
+ LAZY_INSTANCE_INITIALIZER; |
struct MimeInfo { |
const char* mime_type; |