Index: chrome/browser/ui/webui/options/browser_options_handler.h |
diff --git a/chrome/browser/ui/webui/options/browser_options_handler.h b/chrome/browser/ui/webui/options/browser_options_handler.h |
index 516c1f481c82ae06ab552ac6713124fc697031ce..9ff05d7eacafef84b863438243f7bc27c85a5673 100644 |
--- a/chrome/browser/ui/webui/options/browser_options_handler.h |
+++ b/chrome/browser/ui/webui/options/browser_options_handler.h |
@@ -107,7 +107,7 @@ class BrowserOptionsHandler |
const content::NotificationSource& source, |
const content::NotificationDetails& details) override; |
-#if defined(ENABLE_FULL_PRINTING) && !defined(OS_CHROMEOS) |
+#if defined(ENABLE_PRINT_PREVIEW) && !defined(OS_CHROMEOS) |
void OnCloudPrintPrefsChanged(); |
#endif |
@@ -270,7 +270,7 @@ class BrowserOptionsHandler |
void ShowCloudPrintDevicesPage(const base::ListValue* args); |
#endif |
-#if defined(ENABLE_FULL_PRINTING) |
+#if defined(ENABLE_PRINT_PREVIEW) |
// Register localized values used by Cloud Print |
void RegisterCloudPrintValues(base::DictionaryValue* values); |
#endif |