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

Unified Diff: sync/internal_api/base_transaction.cc

Issue 10696087: [Sync] Move ModelType and related classes to 'syncer' namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix indent, and remove some redundant using declarations Created 8 years, 6 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: sync/internal_api/base_transaction.cc
diff --git a/sync/internal_api/base_transaction.cc b/sync/internal_api/base_transaction.cc
index 5b81136f53b36d7cf51611949907e097368cbe2d..6d938cb3f0223fffb2e3e232c157a6284ca996aa 100644
--- a/sync/internal_api/base_transaction.cc
+++ b/sync/internal_api/base_transaction.cc
@@ -24,7 +24,7 @@ syncer::Cryptographer* BaseTransaction::GetCryptographer() const {
return directory_->GetCryptographer(this->GetWrappedTrans());
}
-syncable::ModelTypeSet GetEncryptedTypes(
+syncer::ModelTypeSet GetEncryptedTypes(
const syncer::BaseTransaction* trans) {
return trans->GetCryptographer()->GetEncryptedTypes();
}

Powered by Google App Engine
This is Rietveld 408576698