Skip to content
  • Brett Wilson's avatar
    Move WriteInto to base namespace. · e3c4d1a1
    Brett Wilson authored
    Update all callers.
    
    De-inlines the template. For some reason touching the namespaces started givin errors about DCHECK not being defined. Indeed, this header does not include logging.h. Rather than include logging in this very common header, it seems preferable to move the implementation to the .cc file.
    
    This removes support for the wstring variant and updates the callers that used it.
    
    R=ben@chromium.org, ben
    TBR=jschuh (sandbox_win.cc)
    
    NOPRESUBMIT=true
    (this patch touches code using legacy wstrings)
    
    Review URL: https://codereview.chromium.org/1223983002.
    
    Cr-Commit-Position: refs/heads/master@{#337703}
    e3c4d1a1