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

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

Issue 184993006: sync: Change progress marker checking in tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes Created 6 years, 9 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/status_change_checker.h
diff --git a/chrome/browser/sync/test/integration/status_change_checker.h b/chrome/browser/sync/test/integration/status_change_checker.h
index 0b20f9c967d402715bce864f895c885652555676..ae465f58da18d1621c1b5a3c742e28955c1f21fa 100644
--- a/chrome/browser/sync/test/integration/status_change_checker.h
+++ b/chrome/browser/sync/test/integration/status_change_checker.h
@@ -7,7 +7,7 @@
#include <string>
-class ProfileSyncServiceObserver;
+class ProfileSyncServiceHarness;
// Interface for a helper class that can be used to check if a desired change in
// the state of the sync engine has taken place. Used by the desktop sync
@@ -29,8 +29,8 @@ class StatusChangeChecker {
// or "AwaitMigrationDone(BOOKMARKS)".
virtual std::string GetDebugMessage() const = 0;
- virtual void InitObserver(ProfileSyncServiceObserver*) = 0;
- virtual void UninitObserver(ProfileSyncServiceObserver*) = 0;
+ virtual void InitObserver(ProfileSyncServiceHarness*) = 0;
+ virtual void UninitObserver(ProfileSyncServiceHarness*) = 0;
protected:
virtual ~StatusChangeChecker();

Powered by Google App Engine
This is Rietveld 408576698