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

Unified Diff: Source/platform/CheckedInt.h

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | « Source/platform/CalculationValue.h ('k') | Source/platform/Clock.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/CheckedInt.h
diff --git a/Source/platform/CheckedInt.h b/Source/platform/CheckedInt.h
index 09a8af1eef096c4f438ae6dab95e43fef97df389..67f8a1e9da3488c0554818d1321fa16e618b87f9 100644
--- a/Source/platform/CheckedInt.h
+++ b/Source/platform/CheckedInt.h
@@ -10,7 +10,7 @@
// 1) Comment out #define MOZ_CHECKEDINT_ENABLE_MOZ_ASSERTS
// 2) Comment out #include "mozilla/StandardInteger.h"
// 3) Define MOZ_DELETE
-// 4) Change namespace mozilla to namespace WebCore
+// 4) Change namespace mozilla to namespace blink
#ifndef mozilla_CheckedInt_h_
#define mozilla_CheckedInt_h_
@@ -47,7 +47,7 @@
#include <climits>
-namespace WebCore {
+namespace blink {
namespace detail {
@@ -813,6 +813,6 @@ typedef CheckedInt<uint32_t> CheckedUint32;
typedef CheckedInt<int64_t> CheckedInt64;
typedef CheckedInt<uint64_t> CheckedUint64;
-} // namespace WebCore
+} // namespace blink
#endif /* mozilla_CheckedInt_h_ */
« no previous file with comments | « Source/platform/CalculationValue.h ('k') | Source/platform/Clock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698