[M120 Migration][VD] Remove accessing oom_score_adj in zygote process
[platform/framework/web/chromium-efl.git] / printing / printer_status.cc
1 // Copyright 2020 The Chromium Authors
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "printing/printer_status.h"
6
7 namespace printing {
8
9 PrinterStatus::PrinterStatus() = default;
10
11 PrinterStatus::PrinterStatus(const PrinterStatus& other) = default;
12
13 PrinterStatus::~PrinterStatus() = default;
14
15 }  // namespace printing