Index: chrome/browser/history/history_unittest.cc |
=================================================================== |
--- chrome/browser/history/history_unittest.cc (revision 27591) |
+++ chrome/browser/history/history_unittest.cc (working copy) |
@@ -57,8 +57,8 @@ |
// the HistoryTest object. |
template <> |
struct RunnableMethodTraits<history::HistoryTest> { |
- static void RetainCallee(history::HistoryTest* obj) { } |
- static void ReleaseCallee(history::HistoryTest* obj) { } |
+ void RetainCallee(history::HistoryTest* obj) { } |
+ void ReleaseCallee(history::HistoryTest* obj) { } |
}; |
namespace history { |