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

Unified Diff: base/message_pump_glib_unittest.cc

Issue 251012: Assert that thread-safe reference counting is used with... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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 | base/ref_counted.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/message_pump_glib_unittest.cc
===================================================================
--- base/message_pump_glib_unittest.cc (revision 27286)
+++ base/message_pump_glib_unittest.cc (working copy)
@@ -185,8 +185,8 @@
// This lets us call NewRunnableMethod on EventInjector instances.
template<>
struct RunnableMethodTraits<EventInjector> {
- static void RetainCallee(EventInjector* obj) { }
- static void ReleaseCallee(EventInjector* obj) { }
+ void RetainCallee(EventInjector* obj) { }
+ void ReleaseCallee(EventInjector* obj) { }
};
TEST_F(MessagePumpGLibTest, TestQuit) {
Property changes on: base\message_pump_glib_unittest.cc
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « no previous file | base/ref_counted.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698