| Index: sync/js/js_event_details.cc
|
| diff --git a/sync/js/js_event_details.cc b/sync/js/js_event_details.cc
|
| index 16e4df7e67a92b0bc588ef5e256b1d3ddf56f208..0517b39bb9fafb47d8336a999b997dd2355e0eaf 100644
|
| --- a/sync/js/js_event_details.cc
|
| +++ b/sync/js/js_event_details.cc
|
| @@ -10,11 +10,12 @@ namespace syncer {
|
|
|
| JsEventDetails::JsEventDetails() {}
|
|
|
| -JsEventDetails::JsEventDetails(DictionaryValue* details) : details_(details) {}
|
| +JsEventDetails::JsEventDetails(base::DictionaryValue* details)
|
| + : details_(details) {}
|
|
|
| JsEventDetails::~JsEventDetails() {}
|
|
|
| -const DictionaryValue& JsEventDetails::Get() const {
|
| +const base::DictionaryValue& JsEventDetails::Get() const {
|
| return details_.Get();
|
| }
|
|
|
|
|