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