| Index: base/test/test_file_util.h
|
| diff --git a/base/test/test_file_util.h b/base/test/test_file_util.h
|
| index fc1c4d55bfa421b59d950ccb509abf833a527fb2..e9e888e67f3be88b0b868c7630abf9f27d938d24 100644
|
| --- a/base/test/test_file_util.h
|
| +++ b/base/test/test_file_util.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef BASE_TEST_TEST_FILE_UTIL_H_
|
| -#define BASE_TEST_TEST_FILE_UTIL_H_
|
| +#ifndef BASE_TEST_FILE_UTIL_H_
|
| +#define BASE_TEST_FILE_UTIL_H_
|
|
|
| // File utility functions used only by tests.
|
|
|
| @@ -33,4 +33,4 @@
|
|
|
| } // namespace file_util
|
|
|
| -#endif // BASE_TEST_TEST_FILE_UTIL_H_
|
| +#endif // BASE_TEST_FILE_UTIL_H_
|
|
|