| Index: chrome/installer/util/lzma_util_unittest.cc
|
| diff --git a/chrome/installer/util/lzma_util_unittest.cc b/chrome/installer/util/lzma_util_unittest.cc
|
| index cc0b8e626b11764e40942b3e3410c7eb463bd0c0..ac4c4c6fecdb66614948d817ac9ed274dd9d9a35 100644
|
| --- a/chrome/installer/util/lzma_util_unittest.cc
|
| +++ b/chrome/installer/util/lzma_util_unittest.cc
|
| @@ -4,7 +4,7 @@
|
|
|
| #include <windows.h>
|
|
|
| -#include "base/file_util.h"
|
| +#include "base/files/file_util.h"
|
| #include "base/files/scoped_temp_dir.h"
|
| #include "base/path_service.h"
|
| #include "chrome/common/chrome_paths.h"
|
| @@ -12,6 +12,7 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace {
|
| +
|
| class LzmaUtilTest : public testing::Test {
|
| protected:
|
| virtual void SetUp() {
|
| @@ -27,7 +28,8 @@ class LzmaUtilTest : public testing::Test {
|
| // The path to input data used in tests.
|
| base::FilePath data_dir_;
|
| };
|
| -};
|
| +
|
| +} // namespace
|
|
|
| // Test that we can open archives successfully.
|
| TEST_F(LzmaUtilTest, OpenArchiveTest) {
|
|
|