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

Unified Diff: chrome/browser/history/android/android_provider_backend_unittest.cc

Issue 10206032: Fix compilation of unit_tests on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clean-up Created 8 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/android/android_provider_backend_unittest.cc
diff --git a/chrome/browser/history/android/android_provider_backend_unittest.cc b/chrome/browser/history/android/android_provider_backend_unittest.cc
index 4517305fc82442cd5e0dc3124da51b858f73366e..1875fbc301315d17936a78cc445a5888744f166a 100644
--- a/chrome/browser/history/android/android_provider_backend_unittest.cc
+++ b/chrome/browser/history/android/android_provider_backend_unittest.cc
@@ -75,6 +75,8 @@ class AndroidProviderBackendDelegate : public HistoryBackend::Delegate {
}
virtual void DBLoaded(int backend_id) OVERRIDE {}
virtual void StartTopSitesMigration(int backend_id) OVERRIDE {}
+ virtual void NotifyVisitDBObserversOnAddVisit(
+ const history::BriefVisitInfo& info) OVERRIDE {}
URLsDeletedDetails* deleted_details() const {
return deleted_details_.get();
@@ -1644,7 +1646,7 @@ TEST_F(AndroidProviderBackendTest, TestAndroidCTSComplianceForZeroVisitCount) {
&history_db_));
scoped_ptr<AndroidProviderBackend> backend(
new AndroidProviderBackend(android_cache_db_name_, &history_db_,
- &thumbnail_db_, &bookmark_model_, &delegate_));
+ &thumbnail_db_, bookmark_model_, &delegate_));
URLRow url_row(GURL("http://www.google.com"));
url_row.set_last_visit(Time::Now());
url_row.set_visit_count(0);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698