OLD | NEW |
---|---|
(Empty) | |
1 // Copyright (c) 2016 The Chromium Authors. All rights reserved. | |
Peter Kasting
2016/10/17 18:44:45
Nit: No (c) (see https://chromium.googlesource.com
| |
2 // Use of this source code is governed by a BSD-style license that can be | |
3 // found in the LICENSE file. | |
4 | |
5 #ifndef COMPONENTS_TEST_COMPONENTS_TEST_SUITE_H_ | |
6 #define COMPONENTS_TEST_COMPONENTS_TEST_SUITE_H_ | |
7 | |
8 #include "base/test/launcher/unit_test_launcher.h" | |
9 | |
10 base::RunTestSuiteCallback GetLaunchCallback(int argc, char** argv); | |
11 | |
12 #endif // COMPONENTS_TEST_COMPONENTS_TEST_SUITE_H_ | |
OLD | NEW |