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

Unified Diff: chrome/browser/sync/test/integration/fake_server_match_status_checker.h

Issue 2379433002: [Sync] Refactoring of sync integration test checkers to remove boilerplate await methods. (Closed)
Patch Set: Rebase Created 4 years, 2 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/test/integration/fake_server_match_status_checker.h
diff --git a/chrome/browser/sync/test/integration/fake_server_match_status_checker.h b/chrome/browser/sync/test/integration/fake_server_match_status_checker.h
index 27f40d18d0b1de71cf8234eaab8fcec4dfc2ed96..7a88ca9f52bff44b22856f13b54a0d29fa8be117 100644
--- a/chrome/browser/sync/test/integration/fake_server_match_status_checker.h
+++ b/chrome/browser/sync/test/integration/fake_server_match_status_checker.h
@@ -20,7 +20,9 @@ class FakeServerMatchStatusChecker : public StatusChangeChecker,
public FakeServer::Observer {
public:
FakeServerMatchStatusChecker();
- void Wait();
+ ~FakeServerMatchStatusChecker() override;
+
+ // FakeServer::Observer implementation.
void OnCommit(const std::string& committer_id,
syncer::ModelTypeSet committed_model_types) override;

Powered by Google App Engine
This is Rietveld 408576698