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

Unified Diff: Source/build/mac/Prefix.h

Issue 398673003: Rename WebCore namespace to blink in bindings and web (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/bindings/tests/results/V8TestTypedefs.cpp ('k') | Source/web/AssertMatchingEnums.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/build/mac/Prefix.h
diff --git a/Source/build/mac/Prefix.h b/Source/build/mac/Prefix.h
index 6d32da394c31ac11b082aa73dfa1d0f6e4b8b8f8..b772977db60063a8ed7f72dce97c08c9b1fef600 100644
--- a/Source/build/mac/Prefix.h
+++ b/Source/build/mac/Prefix.h
@@ -57,14 +57,14 @@
#include <type_traits>
-namespace WebCore {
+namespace blink {
class TimerHeapReference;
}
_LIBCPP_BEGIN_NAMESPACE_STD
inline _LIBCPP_INLINE_VISIBILITY
-const WebCore::TimerHeapReference& move(const WebCore::TimerHeapReference& t)
+const blink::TimerHeapReference& move(const blink::TimerHeapReference& t)
{
return t;
}
« no previous file with comments | « Source/bindings/tests/results/V8TestTypedefs.cpp ('k') | Source/web/AssertMatchingEnums.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698