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

Unified Diff: chrome/browser/sync/engine/store_timestamps_command.cc

Issue 8772074: [Sync] Convert syncable/ directory to ModelEnumSet (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix typo 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/engine/store_timestamps_command.cc
diff --git a/chrome/browser/sync/engine/store_timestamps_command.cc b/chrome/browser/sync/engine/store_timestamps_command.cc
index 25f58c00722397de1e19e978d51fd98e099696b7..1fe0ebf6d30cdfe934e3ed4582c4eab97af3649c 100644
--- a/chrome/browser/sync/engine/store_timestamps_command.cc
+++ b/chrome/browser/sync/engine/store_timestamps_command.cc
@@ -50,7 +50,7 @@ void StoreTimestampsCommand::ExecuteImpl(sessions::SyncSession* session) {
DVLOG_IF(1, forward_progress_types.any())
<< "Get Updates got new progress marker for types: "
<< forward_progress_types.to_string() << " out of possible: "
- << status->updates_request_types().to_string();
+ << syncable::ModelEnumSetToString(status->updates_request_types());
}
if (updates.has_changes_remaining()) {
int64 changes_left = updates.changes_remaining();
« no previous file with comments | « chrome/browser/sync/engine/model_safe_worker_unittest.cc ('k') | chrome/browser/sync/engine/sync_scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698