// Copyright 2024 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/shortcuts/shortcut_creation_test_support_linux.h" #include <string> #include <vector> #include "testing/gtest/include/gtest/gtest.h" namespace shortcuts::internal { TEST(ShortcutCreationTestSupportLinuxTest, ParseDesktopExecForCommandLine) { … } } // namespace shortcuts::internal