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

Unified Diff: base/sha2.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/scoped_vector.h ('k') | base/simple_thread_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/sha2.h
diff --git a/base/sha2.h b/base/sha2.h
index d7772e3ff8098b1039031075697d9b0c16e1f0f1..5678dbff47cec42706c672bcd188c2d5151306e1 100644
--- a/base/sha2.h
+++ b/base/sha2.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_SHA2_H__
-#define BASE_SHA2_H__
+#ifndef BASE_SHA2_H_
+#define BASE_SHA2_H_
#include <string>
@@ -24,4 +24,4 @@ void SHA256HashString(const std::string& str, void* output, size_t len);
} // namespace base
-#endif // BASE_SHA2_H__
+#endif // BASE_SHA2_H_
« no previous file with comments | « base/scoped_vector.h ('k') | base/simple_thread_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698