Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Unified Diff: base/test/test_file_util.h

Issue 552004: Style cleanup in preparation for auto-linting base/. (Closed)
Patch Set: Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/test/perf_test_suite.h ('k') | base/test/test_suite.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/test_file_util.h
diff --git a/base/test/test_file_util.h b/base/test/test_file_util.h
index e9e888e67f3be88b0b868c7630abf9f27d938d24..fc1c4d55bfa421b59d950ccb509abf833a527fb2 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_
« no previous file with comments | « base/test/perf_test_suite.h ('k') | base/test/test_suite.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698