diff options
Diffstat (limited to 'base/test/test_file_util.h')
-rw-r--r-- | base/test/test_file_util.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/base/test/test_file_util.h b/base/test/test_file_util.h index e9e888e..fc1c4d5 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_FILE_UTIL_H_ -#define BASE_TEST_FILE_UTIL_H_ +#ifndef BASE_TEST_TEST_FILE_UTIL_H_ +#define BASE_TEST_TEST_FILE_UTIL_H_ // File utility functions used only by tests. @@ -33,4 +33,4 @@ bool CopyRecursiveDirNoCache(const FilePath& source_dir, } // namespace file_util -#endif // BASE_TEST_FILE_UTIL_H_ +#endif // BASE_TEST_TEST_FILE_UTIL_H_ |