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

Unified Diff: components/sync/engine_impl/commit_util.cc

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: components/sync/engine_impl/commit_util.cc
diff --git a/components/sync/engine_impl/commit_util.cc b/components/sync/engine_impl/commit_util.cc
index e74857bd3ec9bfcdf6777e65a5b571a35b5b2fd4..c8ddfc96661e8e2c7efeee119f92385810af3900 100644
--- a/components/sync/engine_impl/commit_util.cc
+++ b/components/sync/engine_impl/commit_util.cc
@@ -70,8 +70,7 @@ void AddClientConfigParamsToMessage(ModelTypeSet enabled_types,
int field_number = GetSpecificsFieldNumberFromModelType(it.Get());
config_params->mutable_enabled_type_ids()->Add(field_number);
}
- config_params->set_tabs_datatype_enabled(
- enabled_types.Has(syncer::PROXY_TABS));
+ config_params->set_tabs_datatype_enabled(enabled_types.Has(PROXY_TABS));
config_params->set_cookie_jar_mismatch(cookie_jar_mismatch);
}
« no previous file with comments | « components/sync/engine_impl/commit.cc ('k') | components/sync/engine_impl/cycle/directory_type_debug_info_emitter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698