Index: chrome/browser/sync/syncable/model_type.h |
=================================================================== |
--- chrome/browser/sync/syncable/model_type.h (revision 91968) |
+++ chrome/browser/sync/syncable/model_type.h (working copy) |
@@ -151,13 +151,13 @@ |
// subscribing to server-issued notifications). Returns true iff |
// |model_type| was a real model type and |notification_type| was |
// filled in. |
-bool RealModelTypeToNotificationType(ModelType model_type, |
+bool RealModelTypeToint(ModelType model_type, |
std::string* notification_type); |
// Converts a notification type to a real model type. Returns true |
// iff |notification_type| was the notification type of a real model |
// type and |model_type| was filled in. |
-bool NotificationTypeToRealModelType(const std::string& notification_type, |
+bool intToRealModelType(const std::string& notification_type, |
ModelType* model_type); |
} // namespace syncable |