| Index: printing/printed_document.cc
|
| diff --git a/printing/printed_document.cc b/printing/printed_document.cc
|
| index fc6e8e33691ff058050638a401c6f018ffba9ffa..28a70e9ac73f567d6ba8d9c5fae71c70eef4c89c 100644
|
| --- a/printing/printed_document.cc
|
| +++ b/printing/printed_document.cc
|
| @@ -37,8 +37,8 @@ struct PrintDebugDumpPath {
|
| FilePath debug_dump_path;
|
| };
|
|
|
| -static base::LazyInstance<PrintDebugDumpPath> g_debug_dump_info(
|
| - base::LINKER_INITIALIZED);
|
| +static base::LazyInstance<PrintDebugDumpPath> g_debug_dump_info =
|
| + LAZY_INSTANCE_INITIALIZER;
|
|
|
| } // namespace
|
|
|
|
|