| Index: printing/printed_document.cc
|
| diff --git a/printing/printed_document.cc b/printing/printed_document.cc
|
| index c4f225471ba7fac8f35923584811a94d75154233..76860550e4e582f0edf9d68d0fe835bd0ca63424 100644
|
| --- a/printing/printed_document.cc
|
| +++ b/printing/printed_document.cc
|
| @@ -37,7 +37,7 @@ struct PrintDebugDumpPath {
|
| FilePath debug_dump_path;
|
| };
|
|
|
| -static base::LazyInstance<PrintDebugDumpPath> g_debug_dump_info =
|
| +base::LazyInstance<PrintDebugDumpPath> g_debug_dump_info =
|
| LAZY_INSTANCE_INITIALIZER;
|
|
|
| } // namespace
|
|
|