// Copyright 2011 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "printing/page_range.h" #include <stddef.h> #include <algorithm> #include <set> namespace printing { // static void PageRange::Normalize(PageRanges& ranges) { … } } // namespace printing