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

Unified Diff: chrome/browser/sync/sync_global_error_unittest.cc

Issue 2533083002: [Sync] SyncEngine refactor part 1: interfaces. (Closed)
Patch Set: Rebase. Created 4 years 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/sync_global_error_unittest.cc
diff --git a/chrome/browser/sync/sync_global_error_unittest.cc b/chrome/browser/sync/sync_global_error_unittest.cc
index eac710a1996fe3168a9971b21068618643852021..ebe10dae84944a2aa55cf0da5c03c30d4d7abfbc 100644
--- a/chrome/browser/sync/sync_global_error_unittest.cc
+++ b/chrome/browser/sync/sync_global_error_unittest.cc
@@ -143,7 +143,7 @@ TEST_F(SyncGlobalErrorTest, PassphraseGlobalError) {
GlobalErrorServiceFactory::GetForProfile(profile()), login_ui_service,
&error, &service);
- syncer::SyncBackendHost::Status status;
+ syncer::SyncEngine::Status status;
EXPECT_CALL(service, QueryDetailedSyncStatus(_))
.WillRepeatedly(Return(false));

Powered by Google App Engine
This is Rietveld 408576698