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

Unified Diff: Source/web/AssertMatchingEnums.cpp

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 | « Source/web/ApplicationCacheHostInternal.h ('k') | Source/web/AssociatedURLLoader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/AssertMatchingEnums.cpp
diff --git a/Source/web/AssertMatchingEnums.cpp b/Source/web/AssertMatchingEnums.cpp
index 644ced4d678a6972c3f366f7a160ac442b145b10..ecca8b9384c8181d43d3e19d68e114b9190c52c1 100644
--- a/Source/web/AssertMatchingEnums.cpp
+++ b/Source/web/AssertMatchingEnums.cpp
@@ -132,10 +132,10 @@
#include "wtf/text/StringImpl.h"
#define COMPILE_ASSERT_MATCHING_ENUM(webkit_name, webcore_name) \
- COMPILE_ASSERT(int(WebKit::webkit_name) == int(WebCore::webcore_name), mismatching_enums)
+ COMPILE_ASSERT(int(blink::webkit_name) == int(WebCore::webcore_name), mismatching_enums)
#define COMPILE_ASSERT_MATCHING_UINT64(webkit_name, webcore_name) \
- COMPILE_ASSERT(WebKit::webkit_name == WebCore::webcore_name, mismatching_enums)
+ COMPILE_ASSERT(blink::webkit_name == WebCore::webcore_name, mismatching_enums)
// These constants are in WTF, bring them into WebCore so the ASSERT still works for them!
namespace WebCore {
« no previous file with comments | « Source/web/ApplicationCacheHostInternal.h ('k') | Source/web/AssociatedURLLoader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698