| Index: chrome/service/cloud_print/cdd_conversion_win.h
|
| diff --git a/chrome/service/cloud_print/cdd_conversion_win.h b/chrome/service/cloud_print/cdd_conversion_win.h
|
| index 8f50fc99d5eb2a08a3e9aff09f564fb5ea987f88..0e9c3dbd033cec9ccee1884124108687b31b38af 100644
|
| --- a/chrome/service/cloud_print/cdd_conversion_win.h
|
| +++ b/chrome/service/cloud_print/cdd_conversion_win.h
|
| @@ -11,10 +11,6 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/strings/string16.h"
|
|
|
| -namespace printing {
|
| -struct PrinterSemanticCapsAndDefaults;
|
| -}
|
| -
|
| namespace cloud_print {
|
|
|
| bool IsValidCjt(const std::string& print_ticket);
|
| @@ -23,9 +19,6 @@ scoped_ptr<DEVMODE, base::FreeDeleter> CjtToDevMode(
|
| const base::string16& printer_name,
|
| const std::string& print_ticket);
|
|
|
| -std::string CapabilitiesToCdd(
|
| - const printing::PrinterSemanticCapsAndDefaults& semantic_info);
|
| -
|
| } // namespace cloud_print
|
|
|
| #endif // CHROME_SERVICE_CLOUD_PRINT_CDD_CONVERSION_WIN_H_
|
|
|