clang: Suppress a new warning in sqlite.
[chromium-blink-merge.git] / chrome / common / cloud_print / cloud_print_cdd_conversion.h
blob9600280da42288aa37d650198eef7e4f734cd972
1 // Copyright 2014 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.
5 #ifndef CHROME_COMMON_CLOUD_PRINT_CLOUD_PRINT_CDD_CONVERSION_H_
6 #define CHROME_COMMON_CLOUD_PRINT_CLOUD_PRINT_CDD_CONVERSION_H_
8 #include <string>
10 #include "base/memory/scoped_ptr.h"
11 #include "base/values.h"
13 namespace printing {
14 struct PrinterSemanticCapsAndDefaults;
17 namespace cloud_print {
19 scoped_ptr<base::DictionaryValue> PrinterSemanticCapsAndDefaultsToCdd(
20 const printing::PrinterSemanticCapsAndDefaults& semantic_info);
22 } // namespace cloud_print
24 #endif // CHROME_COMMON_CLOUD_PRINT_CLOUD_PRINT_CDD_CONVERSION_H_