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

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

Issue 1115623002: Removing blink::prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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 | « no previous file | no next file » | 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 b772977db60063a8ed7f72dce97c08c9b1fef600..689d6d2ae4cefe9bdf444533fd0960e8d818fa3c 100644
--- a/Source/build/mac/Prefix.h
+++ b/Source/build/mac/Prefix.h
@@ -64,7 +64,7 @@ class TimerHeapReference;
_LIBCPP_BEGIN_NAMESPACE_STD
inline _LIBCPP_INLINE_VISIBILITY
-const blink::TimerHeapReference& move(const blink::TimerHeapReference& t)
+const TimerHeapReference& move(const TimerHeapReference& t)
tkent 2015/04/29 20:22:36 Here is not in blink namespace. So we can't omit
{
return t;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698