Index: chrome/common/url_constants.cc |
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc |
index 3a4e09e86ebb157ae49c366b02641a1b860c9412..2dd6bfffcaf76e00fee5a14492d9f3e103307e53 100644 |
--- a/chrome/common/url_constants.cc |
+++ b/chrome/common/url_constants.cc |
@@ -256,9 +256,9 @@ const char kChromeUIWorkersHost[] = "workers"; |
const char kChromeUIScreenshotPath[] = "screenshots"; |
const char kChromeUIThemePath[] = "theme"; |
-#if defined(ENABLE_FULL_PRINTING) |
+#if defined(ENABLE_PRINT_PREVIEW) |
const char kChromeUIPrintHost[] = "print"; |
-#endif // ENABLE_FULL_PRINTING |
+#endif // ENABLE_PRINT_PREVIEW |
#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) |
const char kChromeUILinuxProxyConfigHost[] = "linux-proxy-config"; |
@@ -657,7 +657,7 @@ const char* const kChromeHostURLs[] = { |
#if defined(ENABLE_EXTENSIONS) |
kChromeUIExtensionsHost, |
#endif |
-#if defined(ENABLE_FULL_PRINTING) |
+#if defined(ENABLE_PRINT_PREVIEW) |
kChromeUIPrintHost, |
#endif |
#if defined(ENABLE_SERVICE_DISCOVERY) |