summaryrefslogtreecommitdiffstats
path: root/chrome/common/cloud_print/cloud_print_cdd_conversion.h
blob: 9600280da42288aa37d650198eef7e4f734cd972 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROME_COMMON_CLOUD_PRINT_CLOUD_PRINT_CDD_CONVERSION_H_
#define CHROME_COMMON_CLOUD_PRINT_CLOUD_PRINT_CDD_CONVERSION_H_

#include <string>

#include "base/memory/scoped_ptr.h"
#include "base/values.h"

namespace printing {
struct PrinterSemanticCapsAndDefaults;
}

namespace cloud_print {

scoped_ptr<base::DictionaryValue> PrinterSemanticCapsAndDefaultsToCdd(
    const printing::PrinterSemanticCapsAndDefaults& semantic_info);

}  // namespace cloud_print

#endif  // CHROME_COMMON_CLOUD_PRINT_CLOUD_PRINT_CDD_CONVERSION_H_