// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "net/tools/content_decoder_tool/content_decoder_tool.h" #include <iostream> #include <memory> #include <vector> #include "base/command_line.h" namespace { // Print the command line help. void PrintHelp(const char* command_line_name) { … } } // namespace int main(int argc, char* argv[]) { … }