Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(157)

Unified Diff: chromeos/printing/printing_constants.h

Issue 2975013002: Make chromeos CUPS printing code namespaces consistent. (Closed)
Patch Set: Rebase Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/printing/printer_translator_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/printing/printing_constants.h
diff --git a/chromeos/printing/printing_constants.h b/chromeos/printing/printing_constants.h
index 65e32299a1a4fa018fc86582deefe44c38664414..1ea57164358e49cda858f54071382889128bdee8 100644
--- a/chromeos/printing/printing_constants.h
+++ b/chromeos/printing/printing_constants.h
@@ -6,14 +6,12 @@
#define CHROMEOS_PRINTING_PRINTING_CONSTANTS_H_
namespace chromeos {
-namespace printing {
// Maximum size of a PPD file that we will accept, currently 250k. This number
// is relatively
// arbitrary, we just don't want to try to handle ridiculously huge files.
constexpr size_t kMaxPpdSizeBytes = 250 * 1024;
-} // namespace printing
} // namespace chromeos
#endif // CHROMEOS_PRINTING_PRINTING_CONSTANTS_H_
« no previous file with comments | « chromeos/printing/printer_translator_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698