| Index: chrome/browser/history/expire_history_backend_unittest.cc
|
| diff --git a/chrome/browser/history/expire_history_backend_unittest.cc b/chrome/browser/history/expire_history_backend_unittest.cc
|
| index 23cf3501d461ee320b550e1b4ca944f3ff4012f6..83da367f814ac48e00e48184a81435435d64690d 100644
|
| --- a/chrome/browser/history/expire_history_backend_unittest.cc
|
| +++ b/chrome/browser/history/expire_history_backend_unittest.cc
|
| @@ -179,6 +179,10 @@ class ExpireHistoryTest : public testing::Test,
|
| // store them so we can tell that the correct notifications were sent.
|
| notifications_.push_back(std::make_pair(type, details_deleted));
|
| }
|
| + virtual void NotifySyncURLsDeleted(
|
| + bool all_history,
|
| + bool archived,
|
| + URLRows* rows) OVERRIDE {}
|
| };
|
|
|
| // The example data consists of 4 visits. The middle two visits are to the
|
|
|