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

Unified Diff: public/platform/WebCommon.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | « public/platform/WebColor.h ('k') | public/platform/WebCompositingReasons.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebCommon.h
diff --git a/public/platform/WebCommon.h b/public/platform/WebCommon.h
index 4e4154f851c694085e25d9f03b4f45cfc6dc434c..9967267124fbc07fcac56c3c567b1ecb35c06b84 100644
--- a/public/platform/WebCommon.h
+++ b/public/platform/WebCommon.h
@@ -88,7 +88,7 @@ typedef unsigned __int64 uint64_t;
#include <stdint.h> // For int32_t
#endif
-namespace WebKit {
+namespace blink {
// UTF-32 character type
typedef int32_t WebUChar32;
@@ -108,7 +108,7 @@ typedef unsigned char WebLChar;
BLINK_COMMON_EXPORT void failedAssertion(const char* file, int line, const char* function, const char* assertion);
-} // namespace WebKit
+} // namespace blink
// Ideally, only use inside the public directory but outside of INSIDE_BLINK blocks. (Otherwise use WTF's ASSERT.)
#if defined(NDEBUG)
« no previous file with comments | « public/platform/WebColor.h ('k') | public/platform/WebCompositingReasons.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698