Index: chrome/browser/ui/webui/memory_internals/memory_internals_proxy.cc |
diff --git a/chrome/browser/ui/webui/memory_internals/memory_internals_proxy.cc b/chrome/browser/ui/webui/memory_internals/memory_internals_proxy.cc |
index 887821aee917f5578fe642312ba17240335612ab..25139a6c17deba48b0c7f275c7b442ac68ab4d08 100644 |
--- a/chrome/browser/ui/webui/memory_internals/memory_internals_proxy.cc |
+++ b/chrome/browser/ui/webui/memory_internals/memory_internals_proxy.cc |
@@ -37,7 +37,7 @@ |
#include "content/public/browser/web_contents.h" |
#include "content/public/browser/web_ui.h" |
-#if defined(ENABLE_FULL_PRINTING) |
+#if defined(ENABLE_PRINT_PREVIEW) |
#include "chrome/browser/printing/background_printing_manager.h" |
#endif |
@@ -106,7 +106,7 @@ void GetAllWebContents(std::set<content::WebContents*>* web_contents) { |
prerender_manager->GetAllPrerenderingContents(); |
web_contents->insert(contentses.begin(), contentses.end()); |
} |
-#if defined(ENABLE_FULL_PRINTING) |
+#if defined(ENABLE_PRINT_PREVIEW) |
// Add all the pages being background printed. |
printing::BackgroundPrintingManager* printing_manager = |
g_browser_process->background_printing_manager(); |