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

Unified Diff: runtime/bin/crypto.h

Issue 2450713004: Make header include guards great again (Closed)
Patch Set: Fix header include guards Created 4 years, 2 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 | « runtime/bin/builtin.h ('k') | runtime/bin/dartutils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/crypto.h
diff --git a/runtime/bin/crypto.h b/runtime/bin/crypto.h
index b82fc4feb403e0dbe82bf98371cf11295c301a8d..ccfb8fb6cd166dda66225727067b60fe905fcb8f 100644
--- a/runtime/bin/crypto.h
+++ b/runtime/bin/crypto.h
@@ -2,8 +2,8 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-#ifndef BIN_CRYPTO_H_
-#define BIN_CRYPTO_H_
+#ifndef RUNTIME_BIN_CRYPTO_H_
+#define RUNTIME_BIN_CRYPTO_H_
#include "bin/builtin.h"
#include "bin/utils.h"
@@ -23,5 +23,5 @@ class Crypto {
} // namespace bin
} // namespace dart
-#endif // BIN_CRYPTO_H_
+#endif // RUNTIME_BIN_CRYPTO_H_
« no previous file with comments | « runtime/bin/builtin.h ('k') | runtime/bin/dartutils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698