• Daniel Hosseinian's avatar
    Rename cups_ipp_util* files to cups_ipp_helper* · 9c725992
    Daniel Hosseinian authored
    Currently, cups_ipp_util.h is used by files outside of the "printing"
    target, and contains exported methods. However, we might want to add
    utility functions that we don't want to expose to other targets, and we
    might want to place these in a header that is named similarly to
    cups_ipp_util.h.
    
    The name cups_ipp_helper.h was chosen because it contains methods
    for parsing IPP printer attributes, and cups_helper.h, which contains
    methods for parsing PPD printer attributes, already exists. The new
    name is consistent with the existing one.
    
    Bug: 226176
    Change-Id: I333d4380e6e333c319989879d41d93404a38de4a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062579Reviewed-by: default avatarSean Kau <skau@chromium.org>
    Reviewed-by: default avatarLei Zhang <thestig@chromium.org>
    Reviewed-by: default avatarTom Sepez <tsepez@chromium.org>
    Auto-Submit: Daniel Hosseinian <dhoss@chromium.org>
    Commit-Queue: Daniel Hosseinian <dhoss@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#743330}
    9c725992
cups_ipp_helper.cc 13.4 KB