Skip to content

Commit cde7a0c

Browse files
ericwilligersChromium LUCI CQ
authored andcommitted
[base] Include chromeos_buildflags
test_launcher_unittest.cc uses IS_CHROMEOS_LACROS and now includes the relevant header. Bug: 1246565 Change-Id: I1b4aafe6c529c96bd72b0d50970109d53a9c6bae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3141342 Commit-Queue: Nico Weber <[email protected]> Reviewed-by: Nico Weber <[email protected]> Cr-Commit-Position: refs/heads/main@{#918858}
1 parent ab8b71a commit cde7a0c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

base/test/launcher/test_launcher_unittest.cc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
#include "base/test/launcher/test_launcher.h"
6+
57
#include <stddef.h>
68

79
#include "base/base64.h"
@@ -15,7 +17,6 @@
1517
#include "base/strings/strcat.h"
1618
#include "base/strings/string_split.h"
1719
#include "base/strings/string_util.h"
18-
#include "base/test/launcher/test_launcher.h"
1920
#include "base/test/launcher/test_launcher_test_utils.h"
2021
#include "base/test/launcher/unit_test_launcher.h"
2122
#include "base/test/multiprocess_test.h"
@@ -24,6 +25,7 @@
2425
#include "base/test/test_timeouts.h"
2526
#include "base/threading/thread_task_runner_handle.h"
2627
#include "build/build_config.h"
28+
#include "build/chromeos_buildflags.h"
2729
#include "testing/gmock/include/gmock/gmock.h"
2830
#include "testing/gtest/include/gtest/gtest.h"
2931
#include "testing/multiprocess_func_list.h"

0 commit comments

Comments
 (0)