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

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

Issue 2388673002: Revert of [Sync] Move //components/sync to the syncer namespace. (patchset #5 id:40001 of https://co (Closed)
Patch Set: 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/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 3f05e3b0323435e23fe2a42b53ba51ae9747e47e..49c7a2657adb19963b2da08b4f617c83e5b28b47 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,7 +5,6 @@
#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"
@@ -21,7 +20,7 @@ class ProfileSyncService;
// observe many ProfileSyncServices. This class is abstract. Its descendants
// are expected to provide additional functionality.
class MultiClientStatusChangeChecker : public StatusChangeChecker,
- public syncer::SyncServiceObserver {
+ public sync_driver::SyncServiceObserver {
public:
explicit MultiClientStatusChangeChecker(
std::vector<browser_sync::ProfileSyncService*> services);
@@ -33,7 +32,7 @@ class MultiClientStatusChangeChecker : public StatusChangeChecker,
// Blocks until the exit condition is satisfied or a timeout occurs.
void Wait();
- // syncer::SyncServiceObserver implementation.
+ // sync_driver::SyncServiceObserver implementation.
void OnStateChanged() override;
// StatusChangeChecker implementations and stubs.

Powered by Google App Engine
This is Rietveld 408576698