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

Unified Diff: sync/engine/syncproto.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
« no previous file with comments | « sync/engine/syncer_util.cc ('k') | sync/engine/throttled_data_type_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/syncproto.h
diff --git a/sync/engine/syncproto.h b/sync/engine/syncproto.h
index eb9bc777d93d9af045718438054636f8b806d1ce..9100ee5b56b229f8c96f66048f913c7e84f3c180 100644
--- a/sync/engine/syncproto.h
+++ b/sync/engine/syncproto.h
@@ -60,8 +60,8 @@ class SyncEntity : public IdWrapper<sync_pb::SyncEntity> {
(has_bookmarkdata() && bookmarkdata().bookmark_folder()));
}
- syncable::ModelType GetModelType() const {
- return syncable::GetModelType(*this);
+ syncer::ModelType GetModelType() const {
+ return syncer::GetModelType(*this);
}
};
« no previous file with comments | « sync/engine/syncer_util.cc ('k') | sync/engine/throttled_data_type_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698