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

Unified Diff: sync/engine/all_status.cc

Issue 10696087: [Sync] Move ModelType and related classes to 'syncer' namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort headers, update copyrights 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
« no previous file with comments | « sync/engine/all_status.h ('k') | sync/engine/apply_updates_command.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/all_status.cc
diff --git a/sync/engine/all_status.cc b/sync/engine/all_status.cc
index 8d96422fd841a9b47b20d0a4fc4ac72e573d672a..8f8b649acc1d027ac1fb12f2483079177c1006e8 100644
--- a/sync/engine/all_status.cc
+++ b/sync/engine/all_status.cc
@@ -135,12 +135,12 @@ void AllStatus::IncrementNotificationsReceived() {
++status_.notifications_received;
}
-void AllStatus::SetEncryptedTypes(syncable::ModelTypeSet types) {
+void AllStatus::SetEncryptedTypes(syncer::ModelTypeSet types) {
ScopedStatusLock lock(this);
status_.encrypted_types = types;
}
-void AllStatus::SetThrottledTypes(const syncable::ModelTypeSet& types) {
+void AllStatus::SetThrottledTypes(const syncer::ModelTypeSet& types) {
ScopedStatusLock lock(this);
status_.throttled_types = types;
}
« no previous file with comments | « sync/engine/all_status.h ('k') | sync/engine/apply_updates_command.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698