Refactor: Extract common code for generating asymmetric keys to a helper.
[chromium-blink-merge.git] / printing / printing_utils.h
blob958a3f52c374c91a5622a7d2030fba69a7e0e3c8
1 // Copyright 2013 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 PRINTING_PRINTING_UTILS_H_
6 #define PRINTING_PRINTING_UTILS_H_
8 #include "base/strings/string16.h"
9 #include "printing/printing_export.h"
11 namespace printing {
13 // Simplify title to resolve issue with some drivers.
14 PRINTING_EXPORT base::string16 SimplifyDocumentTitle(
15 const base::string16& title);
17 } // namespace printing
19 #endif // PRINTING_PRINTING_UTILS_H_