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

Unified Diff: chrome/browser/sync/internal_api/base_transaction.cc

Issue 8919021: [Sync] Rename ModelEnumSet to ModelTypeSet (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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/internal_api/base_transaction.cc
diff --git a/chrome/browser/sync/internal_api/base_transaction.cc b/chrome/browser/sync/internal_api/base_transaction.cc
index 8a7e123f3932fc1a6bb0c912a0bd23df1cb0c591..8d26702442f783f108041fa4696359849f88a2aa 100644
--- a/chrome/browser/sync/internal_api/base_transaction.cc
+++ b/chrome/browser/sync/internal_api/base_transaction.cc
@@ -26,7 +26,7 @@ BaseTransaction::~BaseTransaction() {
delete lookup_;
}
-syncable::ModelEnumSet GetEncryptedTypes(
+syncable::ModelTypeSet GetEncryptedTypes(
const sync_api::BaseTransaction* trans) {
Cryptographer* cryptographer = trans->GetCryptographer();
return cryptographer->GetEncryptedTypes();
« no previous file with comments | « chrome/browser/sync/internal_api/base_transaction.h ('k') | chrome/browser/sync/internal_api/debug_info_event_listener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698