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

Unified Diff: sync/notifier/invalidation_util.h

Issue 10795018: [Sync] Remove unneeded 'using syncer::' lines and 'syncer::' scopings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix 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/notifier/invalidation_util.h
diff --git a/sync/notifier/invalidation_util.h b/sync/notifier/invalidation_util.h
index 55de45487ba06e958dc85b210d0da009068d8268..1a706efb67f0c6d35cfa1630b3c0d83312f168fa 100644
--- a/sync/notifier/invalidation_util.h
+++ b/sync/notifier/invalidation_util.h
@@ -28,11 +28,11 @@ struct ObjectIdLessThan {
typedef std::set<invalidation::ObjectId, ObjectIdLessThan> ObjectIdSet;
-bool RealModelTypeToObjectId(syncer::ModelType model_type,
+bool RealModelTypeToObjectId(ModelType model_type,
invalidation::ObjectId* object_id);
bool ObjectIdToRealModelType(const invalidation::ObjectId& object_id,
- syncer::ModelType* model_type);
+ ModelType* model_type);
std::string ObjectIdToString(const invalidation::ObjectId& object_id);

Powered by Google App Engine
This is Rietveld 408576698