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

Unified Diff: sky/engine/platform/CheckedInt.h

Issue 736373003: Fix sky include guards to match Chromium style (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Reran script after fixing missing break Created 6 years, 1 month 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 | « sky/engine/platform/CalculationValue.h ('k') | sky/engine/platform/Clock.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/CheckedInt.h
diff --git a/sky/engine/platform/CheckedInt.h b/sky/engine/platform/CheckedInt.h
index 67f8a1e9da3488c0554818d1321fa16e618b87f9..aa8b65d762f4c8888d26a1d1dc7654fdace10620 100644
--- a/sky/engine/platform/CheckedInt.h
+++ b/sky/engine/platform/CheckedInt.h
@@ -12,8 +12,8 @@
// 3) Define MOZ_DELETE
// 4) Change namespace mozilla to namespace blink
-#ifndef mozilla_CheckedInt_h_
-#define mozilla_CheckedInt_h_
+#ifndef SKY_ENGINE_PLATFORM_CHECKEDINT_H_
+#define SKY_ENGINE_PLATFORM_CHECKEDINT_H_
/*
* Build options. Comment out these #defines to disable the corresponding
@@ -815,4 +815,4 @@ typedef CheckedInt<uint64_t> CheckedUint64;
} // namespace blink
-#endif /* mozilla_CheckedInt_h_ */
+#endif // SKY_ENGINE_PLATFORM_CHECKEDINT_H_
« no previous file with comments | « sky/engine/platform/CalculationValue.h ('k') | sky/engine/platform/Clock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698