| Index: chrome/browser/password_manager/password_store_x_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/password_manager/password_store_x_unittest.cc (revision 101916)
|
| +++ chrome/browser/password_manager/password_store_x_unittest.cc (working copy)
|
| @@ -270,11 +270,7 @@
|
|
|
| // LoginDatabase 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<LoginDatabase> {
|
| - void RetainCallee(LoginDatabase*) {}
|
| - void ReleaseCallee(LoginDatabase*) {}
|
| -};
|
| +DISABLE_RUNNABLE_METHOD_REFCOUNT(LoginDatabase);
|
|
|
| enum BackendType {
|
| NO_BACKEND,
|
|
|