| Index: chrome/browser/sync/profile_sync_service_typed_url_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_typed_url_unittest.cc b/chrome/browser/sync/profile_sync_service_typed_url_unittest.cc
|
| index 2a7bc235886d8b3def896088bd45229d0605be03..3542aa51c0a5c8e42585df4f32ce58d8a1c712d0 100644
|
| --- a/chrome/browser/sync/profile_sync_service_typed_url_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_typed_url_unittest.cc
|
| @@ -90,7 +90,7 @@ static const int EXPIRED_VISIT = -1;
|
| class HistoryBackendMock : public HistoryBackend {
|
| public:
|
| HistoryBackendMock() : HistoryBackend(nullptr, nullptr) {}
|
| - virtual bool IsExpiredVisitTime(const base::Time& time) override {
|
| + bool IsExpiredVisitTime(const base::Time& time) override {
|
| return time.ToInternalValue() == EXPIRED_VISIT;
|
| }
|
| MOCK_METHOD1(GetAllTypedURLs, bool(history::URLRows* entries));
|
|
|