// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "base/check_op.h" #include "base/command_line.h" #include "base/files/file_path.h" #include "base/files/file_util.h" #include "base/logging.h" #include "components/subresource_filter/tools/indexing_tool.h" const char kHelpMsg[] = …; const char kSwitchVersionOutput[] = …; const char kSwitchContentVersion[] = …; void PrintHelp() { … } int main(int argc, char* argv[]) { … }