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

Unified Diff: chrome/browser/sync/test/integration/updated_progress_marker_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/updated_progress_marker_checker.h
diff --git a/chrome/browser/sync/test/integration/updated_progress_marker_checker.h b/chrome/browser/sync/test/integration/updated_progress_marker_checker.h
index fab73c5faac5669904e93cc3e8fd55ec5b76df70..efeffff53f953762341fbdc9cce1178f95e9f858 100644
--- a/chrome/browser/sync/test/integration/updated_progress_marker_checker.h
+++ b/chrome/browser/sync/test/integration/updated_progress_marker_checker.h
@@ -5,6 +5,8 @@
#ifndef CHROME_BROWSER_SYNC_TEST_INTEGRATION_UPDATED_PROGRESS_MARKER_CHECKER_H_
#define CHROME_BROWSER_SYNC_TEST_INTEGRATION_UPDATED_PROGRESS_MARKER_CHECKER_H_
+#include <string>
+
#include "chrome/browser/sync/test/integration/single_client_status_change_checker.h"
// Waits until the latest progress markers are available.
@@ -22,8 +24,8 @@ class UpdatedProgressMarkerChecker : public SingleClientStatusChangeChecker {
public:
explicit UpdatedProgressMarkerChecker(
browser_sync::ProfileSyncService* service);
- ~UpdatedProgressMarkerChecker() override;
+ // StatusChangeChecker implementation.
bool IsExitConditionSatisfied() override;
std::string GetDebugMessage() const override;
};

Powered by Google App Engine
This is Rietveld 408576698