blob: ce224af7337012383c39316db108d8c54ad32a35 [file] [log] [blame]
[email protected]c48bee22011-03-29 02:36:261// Copyright (c) 2011 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
5#ifndef PRINTING_PRINT_JOB_CONSTANTS_H_
6#define PRINTING_PRINT_JOB_CONSTANTS_H_
7
8namespace printing {
9
10extern const char kSettingColor[];
11extern const char kSettingLandscape[];
12
13} // namespace printing
14
15#endif // PRINTING_PRINT_JOB_CONSTANTS_H_