Index: chrome/browser/ui/webui/options/browser_options_handler.cc |
diff --git a/chrome/browser/ui/webui/options/browser_options_handler.cc b/chrome/browser/ui/webui/options/browser_options_handler.cc |
index b081f9c5e8eb4159b431cfb7744d1b6b6ae3ac04..3d948bc6ef7feed1f66fd5a2a9119e2a2ede5419 100644 |
--- a/chrome/browser/ui/webui/options/browser_options_handler.cc |
+++ b/chrome/browser/ui/webui/options/browser_options_handler.cc |
@@ -142,7 +142,7 @@ |
#endif // defined(OS_WIN) |
#if defined(ENABLE_SERVICE_DISCOVERY) |
-#include "chrome/browser/local_discovery/privet_notifications.h" |
+#include "chrome/browser/printing/cloud_print/privet_notifications.h" |
#endif |
#if defined(USE_ASH) |
@@ -645,7 +645,7 @@ void BrowserOptionsHandler::GetLocalizedValues(base::DictionaryValue* values) { |
#if defined(ENABLE_SERVICE_DISCOVERY) |
values->SetBoolean("cloudPrintHideNotificationsCheckbox", |
- !local_discovery::PrivetNotificationService::IsEnabled()); |
+ !cloud_print::PrivetNotificationService::IsEnabled()); |
#endif |
values->SetBoolean("cloudPrintShowMDnsOptions", |