[email protected] | c48bee2 | 2011-03-29 02:36:26 | [diff] [blame^] | 1 | // 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 | |||||
8 | namespace printing { | ||||
9 | |||||
10 | extern const char kSettingColor[]; | ||||
11 | extern const char kSettingLandscape[]; | ||||
12 | |||||
13 | } // namespace printing | ||||
14 | |||||
15 | #endif // PRINTING_PRINT_JOB_CONSTANTS_H_ |