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

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

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Rebase. Created 4 years, 3 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/multi_client_status_change_checker.h
diff --git a/chrome/browser/sync/test/integration/multi_client_status_change_checker.h b/chrome/browser/sync/test/integration/multi_client_status_change_checker.h
index 49c7a2657adb19963b2da08b4f617c83e5b28b47..3f05e3b0323435e23fe2a42b53ba51ae9747e47e 100644
--- a/chrome/browser/sync/test/integration/multi_client_status_change_checker.h
+++ b/chrome/browser/sync/test/integration/multi_client_status_change_checker.h
@@ -5,6 +5,7 @@
#ifndef CHROME_BROWSER_SYNC_TEST_INTEGRATION_MULTI_CLIENT_STATUS_CHANGE_CHECKER_H_
#define CHROME_BROWSER_SYNC_TEST_INTEGRATION_MULTI_CLIENT_STATUS_CHANGE_CHECKER_H_
+#include <string>
#include <vector>
#include "base/compiler_specific.h"
@@ -20,7 +21,7 @@ class ProfileSyncService;
// observe many ProfileSyncServices. This class is abstract. Its descendants
// are expected to provide additional functionality.
class MultiClientStatusChangeChecker : public StatusChangeChecker,
- public sync_driver::SyncServiceObserver {
+ public syncer::SyncServiceObserver {
public:
explicit MultiClientStatusChangeChecker(
std::vector<browser_sync::ProfileSyncService*> services);
@@ -32,7 +33,7 @@ class MultiClientStatusChangeChecker : public StatusChangeChecker,
// Blocks until the exit condition is satisfied or a timeout occurs.
void Wait();
- // sync_driver::SyncServiceObserver implementation.
+ // syncer::SyncServiceObserver implementation.
void OnStateChanged() override;
// StatusChangeChecker implementations and stubs.

Powered by Google App Engine
This is Rietveld 408576698