Index: chrome/browser/local_discovery/privet_http_impl.h |
diff --git a/chrome/browser/local_discovery/privet_http_impl.h b/chrome/browser/local_discovery/privet_http_impl.h |
index acd13c0b65d9fc0685960ee978ee5fa2e30ebc71..e5d6c3b5842e948a6cccbff670258270a7077356 100644 |
--- a/chrome/browser/local_discovery/privet_http_impl.h |
+++ b/chrome/browser/local_discovery/privet_http_impl.h |
@@ -195,7 +195,7 @@ class PrivetDataReadOperationImpl : public PrivetDataReadOperation, |
scoped_ptr<PrivetURLFetcher> url_fetcher_; |
}; |
-#if defined(ENABLE_FULL_PRINTING) |
+#if defined(ENABLE_PRINT_PREVIEW) |
class PrivetLocalPrintOperationImpl |
: public PrivetLocalPrintOperation, |
public PrivetURLFetcher::Delegate { |
@@ -284,7 +284,7 @@ class PrivetLocalPrintOperationImpl |
base::WeakPtrFactory<PrivetLocalPrintOperationImpl> weak_factory_; |
}; |
-#endif // ENABLE_FULL_PRINTING |
+#endif // ENABLE_PRINT_PREVIEW |
class PrivetHTTPClientImpl : public PrivetHTTPClient { |
public: |