| Index: chrome/browser/password_manager/native_backend_gnome_x_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/password_manager/native_backend_gnome_x_unittest.cc (revision 101916)
|
| +++ chrome/browser/password_manager/native_backend_gnome_x_unittest.cc (working copy)
|
| @@ -275,11 +275,7 @@
|
|
|
| // NativeBackendGnome isn't reference counted, but in these unit tests that
|
| // won't be a problem as it always outlives the threads we post tasks to.
|
| -template<>
|
| -struct RunnableMethodTraits<NativeBackendGnome> {
|
| - void RetainCallee(NativeBackendGnome*) {}
|
| - void ReleaseCallee(NativeBackendGnome*) {}
|
| -};
|
| +DISABLE_RUNNABLE_METHOD_REFCOUNT(NativeBackendGnome);
|
|
|
| class NativeBackendGnomeTest : public testing::Test {
|
| protected:
|
|
|