| Index: printing/printed_document.cc
|
| diff --git a/printing/printed_document.cc b/printing/printed_document.cc
|
| index 047d2dbcb7915923df112230ff50e1557342f3cd..bd62ff2bde30086da5e437e3ddd03bd7c3dc031e 100644
|
| --- a/printing/printed_document.cc
|
| +++ b/printing/printed_document.cc
|
| @@ -37,7 +37,7 @@ namespace printing {
|
|
|
| namespace {
|
|
|
| -base::LazyInstance<base::FilePath> g_debug_dump_info =
|
| +base::LazyInstance<base::FilePath>::DestructorAtExit g_debug_dump_info =
|
| LAZY_INSTANCE_INITIALIZER;
|
|
|
| void DebugDumpPageTask(const base::string16& doc_name,
|
|
|