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

Unified Diff: components/browsing_data/core/counters/history_counter.h

Issue 2855623005: Move browsing_data counter sync tests to separate file (Closed)
Patch Set: fixes Created 3 years, 7 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: components/browsing_data/core/counters/history_counter.h
diff --git a/components/browsing_data/core/counters/history_counter.h b/components/browsing_data/core/counters/history_counter.h
index f06ca6154afec8a7bd1ece7cfdf49b95f982450c..12e907d9d2b070b2d885ddfd8d23bf9bcc0829e9 100644
--- a/components/browsing_data/core/counters/history_counter.h
+++ b/components/browsing_data/core/counters/history_counter.h
@@ -23,10 +23,11 @@ class HistoryCounter : public browsing_data::BrowsingDataCounter,
typedef base::Callback<history::WebHistoryService*()>
GetUpdatedWebHistoryServiceCallback;
- class HistoryResult : public FinishedResult {
+ class HistoryResult : public SyncResult {
public:
HistoryResult(const HistoryCounter* source,
ResultInt value,
+ bool is_sync_enabled,
bool has_synced_visits);
~HistoryResult() override;

Powered by Google App Engine
This is Rietveld 408576698