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

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

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
« no previous file with comments | « components/sync/engine/cycle/type_debug_info_observer.h ('k') | components/sync/engine_impl/commit_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine_impl/commit.cc
diff --git a/components/sync/engine_impl/commit.cc b/components/sync/engine_impl/commit.cc
index fa9a9100d23fb5a4aa76f3173e7a9bd0fa2069b9..17c7f4a9c072d84b69e34a69662a0efddd68e52c 100644
--- a/components/sync/engine_impl/commit.cc
+++ b/components/sync/engine_impl/commit.cc
@@ -57,7 +57,7 @@ Commit* Commit::Init(ModelTypeSet requested_types,
// Set extensions activity if bookmark commits are present.
ExtensionsActivity::Records extensions_activity_buffer;
- ContributionMap::const_iterator it = contributions.find(BOOKMARKS);
+ ContributionMap::const_iterator it = contributions.find(syncer::BOOKMARKS);
if (it != contributions.end() && it->second->GetNumEntries() != 0) {
commit_util::AddExtensionsActivityToMessage(
extensions_activity, &extensions_activity_buffer, commit_message);
« no previous file with comments | « components/sync/engine/cycle/type_debug_info_observer.h ('k') | components/sync/engine_impl/commit_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698