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

Unified Diff: sync/internal_api/public/sessions/sync_session_snapshot.h

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
Index: sync/internal_api/public/sessions/sync_session_snapshot.h
diff --git a/sync/internal_api/public/sessions/sync_session_snapshot.h b/sync/internal_api/public/sessions/sync_session_snapshot.h
index 2363878c786af0b5c916fecb986e55244ed6104e..7c887538813783b7e5edcf933fbe3236621ced54 100644
--- a/sync/internal_api/public/sessions/sync_session_snapshot.h
+++ b/sync/internal_api/public/sessions/sync_session_snapshot.h
@@ -33,8 +33,8 @@ class SyncSessionSnapshot {
SyncSessionSnapshot(
const ModelNeutralState& model_neutral_state,
bool is_share_usable,
- syncable::ModelTypeSet initial_sync_ended,
- const syncable::ModelTypePayloadMap& download_progress_markers,
+ syncer::ModelTypeSet initial_sync_ended,
+ const syncer::ModelTypePayloadMap& download_progress_markers,
bool more_to_sync,
bool is_silenced,
int num_encryption_conflicts,
@@ -58,8 +58,8 @@ class SyncSessionSnapshot {
}
int64 num_server_changes_remaining() const;
bool is_share_usable() const;
- syncable::ModelTypeSet initial_sync_ended() const;
- syncable::ModelTypePayloadMap download_progress_markers() const;
+ syncer::ModelTypeSet initial_sync_ended() const;
+ syncer::ModelTypePayloadMap download_progress_markers() const;
bool has_more_to_sync() const;
bool is_silenced() const;
int num_encryption_conflicts() const;
@@ -75,8 +75,8 @@ class SyncSessionSnapshot {
private:
ModelNeutralState model_neutral_state_;
bool is_share_usable_;
- syncable::ModelTypeSet initial_sync_ended_;
- syncable::ModelTypePayloadMap download_progress_markers_;
+ syncer::ModelTypeSet initial_sync_ended_;
+ syncer::ModelTypePayloadMap download_progress_markers_;
bool has_more_to_sync_;
bool is_silenced_;
int num_encryption_conflicts_;
« no previous file with comments | « sync/internal_api/public/sessions/model_neutral_state.h ('k') | sync/internal_api/public/sessions/sync_session_snapshot.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698