diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/installer/util/run_all_unittests.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/util/run_all_unittests.cc b/chrome/installer/util/run_all_unittests.cc index d71e8ea..b559d23 100644 --- a/chrome/installer/util/run_all_unittests.cc +++ b/chrome/installer/util/run_all_unittests.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "base/test_suite.h" +#include "base/test/test_suite.h" #include "chrome/common/chrome_paths.h" int main(int argc, char** argv) { |