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

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: Fix indent, and remove some redundant using declarations 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/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);
}
};

Powered by Google App Engine
This is Rietveld 408576698