Chromium Code Reviews| Index: printing/printing_context_no_system_dialog.h |
| =================================================================== |
| --- printing/printing_context_no_system_dialog.h (revision 109941) |
| +++ printing/printing_context_no_system_dialog.h (working copy) |
| @@ -15,8 +15,6 @@ |
| namespace printing { |
| -class Metafile; |
| - |
| class PRINTING_EXPORT PrintingContextNoSystemDialog : public PrintingContext { |
| public: |
| explicit PrintingContextNoSystemDialog(const std::string& app_locale); |
| @@ -47,4 +45,3 @@ |
| } // namespace printing |
| #endif // PRINTING_PRINTING_CONTEXT_NO_SYSTEM_DIALOG_H_ |
| - |