| Index: chrome/browser/history/history_unittest.cc
|
| diff --git a/chrome/browser/history/history_unittest.cc b/chrome/browser/history/history_unittest.cc
|
| index 2ae6073319d0df5fabc9a5ef89b7ec70a76a3d71..0744aaf05242d8eca1c1c86924262a787173fa9c 100644
|
| --- a/chrome/browser/history/history_unittest.cc
|
| +++ b/chrome/browser/history/history_unittest.cc
|
| @@ -64,11 +64,6 @@ namespace history {
|
| class HistoryTest;
|
| }
|
|
|
| -// Specialize RunnableMethodTraits for HistoryTest so we can create callbacks.
|
| -// None of these callbacks can outlast the test, so there is not need to retain
|
| -// the HistoryTest object.
|
| -DISABLE_RUNNABLE_METHOD_REFCOUNT(history::HistoryTest);
|
| -
|
| namespace history {
|
|
|
| namespace {
|
|
|