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

Unified Diff: components/sync/core/write_transaction.h

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
« no previous file with comments | « components/sync/core/test/test_user_share.h ('k') | components/sync/core/write_transaction.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/core/write_transaction.h
diff --git a/components/sync/core/write_transaction.h b/components/sync/core/write_transaction.h
index 65f53637cceb338f510dcb13201e5584ab9a180c..d974b2a3cada88535083a78a02d83989bb787933 100644
--- a/components/sync/core/write_transaction.h
+++ b/components/sync/core/write_transaction.h
@@ -37,7 +37,7 @@ class WriteTransaction : public BaseTransaction {
WriteTransaction(const tracked_objects::Location& from_here,
UserShare* share);
// |transaction_version| stores updated model and nodes version if model
- // is changed by the transaction, or syncer::syncable::kInvalidTransaction
+ // is changed by the transaction, or syncable::kInvalidTransaction
// if not after transaction is closed. This constructor is used for model
// types that support embassy data.
WriteTransaction(const tracked_objects::Location& from_here,
@@ -54,7 +54,7 @@ class WriteTransaction : public BaseTransaction {
// setting the version of all synced entities to 1).
void SetDataTypeContext(
ModelType type,
- syncer::SyncChangeProcessor::ContextRefreshStatus refresh_status,
+ SyncChangeProcessor::ContextRefreshStatus refresh_status,
const std::string& context);
// Update all entries that refer to |attachment_id| indicating that
« no previous file with comments | « components/sync/core/test/test_user_share.h ('k') | components/sync/core/write_transaction.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698