// 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 "chrome/browser/extensions/updater/extension_update_client_command_line_config_policy.h" #include "base/command_line.h" #include "build/build_config.h" #include "testing/gtest/include/gtest/gtest.h" #include "url/gurl.h" namespace extensions { TEST(ExtensionUpdateClientCommandLineConfigPolicyTest, CommandLine) { … } } // namespace extensions