Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4905)

Unified Diff: chrome/browser/sync/profile_sync_service_typed_url_unittest.cc

Issue 934083003: Cleanup HistoryService and HistoryBackend interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@android-backend-provider
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 07f7ae1a5aab638b028652eaef940a7a5dc680a8..c6fb8a809ac3e7277ad99d0c6e7d84d100bd3a2e 100644
--- a/chrome/browser/sync/profile_sync_service_typed_url_unittest.cc
+++ b/chrome/browser/sync/profile_sync_service_typed_url_unittest.cc
@@ -87,7 +87,7 @@ static const int EXPIRED_VISIT = -1;
class HistoryBackendMock : public HistoryBackend {
public:
- HistoryBackendMock() : HistoryBackend(base::FilePath(), NULL, NULL) {}
+ HistoryBackendMock() : HistoryBackend(nullptr, nullptr) {}
virtual bool IsExpiredVisitTime(const base::Time& time) override {
return time.ToInternalValue() == EXPIRED_VISIT;
}

Powered by Google App Engine
This is Rietveld 408576698