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

Unified Diff: chrome/browser/sync/test/integration/profile_sync_service_harness.cc

Issue 2388163002: [Sync] Move //components/sync to the syncer namespace, take 2. (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/profile_sync_service_harness.cc
diff --git a/chrome/browser/sync/test/integration/profile_sync_service_harness.cc b/chrome/browser/sync/test/integration/profile_sync_service_harness.cc
index e01dd6186c88b9093232a39e820a237527aec750..e9c2cee6cef0753adb9c2ce109e07f55b477a895 100644
--- a/chrome/browser/sync/test/integration/profile_sync_service_harness.cc
+++ b/chrome/browser/sync/test/integration/profile_sync_service_harness.cc
@@ -464,7 +464,7 @@ bool ProfileSyncServiceHarness::IsTypePreferred(syncer::ModelType type) {
std::string ProfileSyncServiceHarness::GetServiceStatus() {
std::unique_ptr<base::DictionaryValue> value(
- sync_driver::sync_ui_util::ConstructAboutInformation(
+ syncer::sync_ui_util::ConstructAboutInformation(
service(), service()->signin(), chrome::GetChannel()));
std::string service_status;
base::JSONWriter::WriteWithOptions(

Powered by Google App Engine
This is Rietveld 408576698