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

Unified Diff: third_party/libjingle/overrides/talk/base/basictypes.h

Issue 9174012: Roll libjingle to r108. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Roll libjingle to r108: Created 8 years, 11 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
Index: third_party/libjingle/overrides/talk/base/basictypes.h
===================================================================
--- third_party/libjingle/overrides/talk/base/basictypes.h (revision 117833)
+++ third_party/libjingle/overrides/talk/base/basictypes.h (working copy)
@@ -60,4 +60,6 @@
(reinterpret_cast<uint8*>(((reinterpret_cast<uintptr_t>(p) + \
((t)-1)) & ~((t)-1))))
+#define LIBJINGLE_DEFINE_STATIC_LOCAL(a,b,c) CR_DEFINE_STATIC_LOCAL(a,b,c)
Sergey Ulanov 2012/01/17 23:21:03 Better to expand the argument names too (type, nam
Ronghua Wu (Left Chromium) 2012/01/17 23:29:14 Done.
+
#endif // OVERRIDES_TALK_BASE_BASICTYPES_H__
« no previous file with comments | « third_party/libjingle/libjingle.gyp ('k') | third_party/libjingle/overrides/talk/session/phone/webrtcvideoengine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698