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

Unified Diff: sync/internal_api/public/engine/sync_status.h

Issue 10795018: [Sync] Remove unneeded 'using syncer::' lines and 'syncer::' scopings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fiix indent Created 8 years, 5 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/public/engine/sync_status.h
diff --git a/sync/internal_api/public/engine/sync_status.h b/sync/internal_api/public/engine/sync_status.h
index d82c0f470f0bd49d824d3a761ec6079bca4e074d..dfd960394d4b481a49aaeddb196b18dd817ae677 100644
--- a/sync/internal_api/public/engine/sync_status.h
+++ b/sync/internal_api/public/engine/sync_status.h
@@ -30,7 +30,7 @@ struct SYNC_EXPORT SyncStatus {
// Notifications counters updated by the actions in synapi.
int notifications_received;
- syncer::SyncProtocolError sync_protocol_error;
+ SyncProtocolError sync_protocol_error;
// Number of encryption conflicts counted during most recent sync cycle.
int encryption_conflicts;
@@ -81,12 +81,12 @@ struct SYNC_EXPORT SyncStatus {
int useful_sync_cycles;
// Encryption related.
- syncer::ModelTypeSet encrypted_types;
+ ModelTypeSet encrypted_types;
bool cryptographer_ready;
bool crypto_has_pending_keys;
// Per-datatype throttled status.
- syncer::ModelTypeSet throttled_types;
+ ModelTypeSet throttled_types;
// The unique identifer for this client.
std::string unique_id;
« no previous file with comments | « sync/internal_api/public/engine/model_safe_worker_unittest.cc ('k') | sync/internal_api/public/http_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698