printer_status.cc 407 B

123456789101112131415
  1. // Copyright 2020 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #include "printing/printer_status.h"
  5. namespace printing {
  6. PrinterStatus::PrinterStatus() = default;
  7. PrinterStatus::PrinterStatus(const PrinterStatus& other) = default;
  8. PrinterStatus::~PrinterStatus() = default;
  9. } // namespace printing