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

Unified Diff: base/test/perf_test_suite.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/sys_string_conversions_unittest.cc ('k') | base/test/test_file_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/perf_test_suite.h
diff --git a/base/test/perf_test_suite.h b/base/test/perf_test_suite.h
index eed3cfc7a92ed20ff7c7e1c5b992312c3f12cb4d..896659bcab92cdaca7907e89ce257a9e30e27cd5 100644
--- a/base/test/perf_test_suite.h
+++ b/base/test/perf_test_suite.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_PERF_TEST_SUITE_H_
-#define BASE_PERF_TEST_SUITE_H_
+#ifndef BASE_TEST_PERF_TEST_SUITE_H_
+#define BASE_TEST_PERF_TEST_SUITE_H_
#include "base/command_line.h"
#include "base/debug_util.h"
@@ -48,4 +48,4 @@ class PerfTestSuite : public TestSuite {
}
};
-#endif // BASE_PERF_TEST_SUITE_H_
+#endif // BASE_TEST_PERF_TEST_SUITE_H_
« no previous file with comments | « base/sys_string_conversions_unittest.cc ('k') | base/test/test_file_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698