| Index: chrome/test/base/browser_tests_main.cc
|
| diff --git a/chrome/test/base/browser_tests_main.cc b/chrome/test/base/browser_tests_main.cc
|
| index cb2accea5bd21abf25ecf2bda087e9228421f46c..31923648082e95a864cd0d630d4ee0f5d87e50cb 100644
|
| --- a/chrome/test/base/browser_tests_main.cc
|
| +++ b/chrome/test/base/browser_tests_main.cc
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <algorithm>
|
| +
|
| #include "base/sys_info.h"
|
| #include "chrome/test/base/chrome_test_launcher.h"
|
|
|
|
|