| Index: chrome/browser/task_manager/printing_information.cc
|
| diff --git a/chrome/browser/task_manager/printing_information.cc b/chrome/browser/task_manager/printing_information.cc
|
| index 4256e4e239770360c5e5e29787c6ab0b7e7a7cb9..67ce62398ac7e5e348406631b2e1a7598d6f1911 100644
|
| --- a/chrome/browser/task_manager/printing_information.cc
|
| +++ b/chrome/browser/task_manager/printing_information.cc
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#if defined(ENABLE_PRINT_PREVIEW)
|
| +
|
| #include "chrome/browser/task_manager/printing_information.h"
|
|
|
| #include "base/macros.h"
|
| @@ -115,3 +117,5 @@ std::unique_ptr<RendererResource> PrintingInformation::MakeResource(
|
| }
|
|
|
| } // namespace task_manager
|
| +
|
| +#endif // defined(ENABLE_PRINT_PREVIEW)
|
|
|