diff options
Diffstat (limited to 'sync/internal_api/sync_manager_impl.h')
-rw-r--r-- | sync/internal_api/sync_manager_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/internal_api/sync_manager_impl.h b/sync/internal_api/sync_manager_impl.h index a916b30..12636fe 100644 --- a/sync/internal_api/sync_manager_impl.h +++ b/sync/internal_api/sync_manager_impl.h @@ -212,7 +212,7 @@ class SYNC_EXPORT_PRIVATE SyncManagerImpl : std::string payload; // Returned pointer owned by the caller. - DictionaryValue* ToValue() const; + base::DictionaryValue* ToValue() const; }; base::TimeDelta GetNudgeDelayTimeDelta(const ModelType& model_type); @@ -279,7 +279,7 @@ class SYNC_EXPORT_PRIVATE SyncManagerImpl : const std::string& name, UnboundJsMessageHandler unbound_message_handler); // Returned pointer is owned by the caller. - static DictionaryValue* NotificationInfoToValue( + static base::DictionaryValue* NotificationInfoToValue( const NotificationInfoMap& notification_info); static std::string NotificationInfoToString( |