| Index: chrome/browser/push_messaging/push_messaging_app_identifier.cc
|
| diff --git a/chrome/browser/push_messaging/push_messaging_app_identifier.cc b/chrome/browser/push_messaging/push_messaging_app_identifier.cc
|
| index fc2f52a0b67c7e18970365411e5bfa1d14be4990..61f8c7861cffa16f2b288b60a5ebca843824116c 100644
|
| --- a/chrome/browser/push_messaging/push_messaging_app_identifier.cc
|
| +++ b/chrome/browser/push_messaging/push_messaging_app_identifier.cc
|
| @@ -131,8 +131,8 @@ PushMessagingAppIdentifier PushMessagingAppIdentifier::FindByServiceWorker(
|
| Profile* profile,
|
| const GURL& origin,
|
| int64_t service_worker_registration_id) {
|
| - const base::StringValue pref_value =
|
| - base::StringValue(MakePrefValue(origin, service_worker_registration_id));
|
| + const base::Value pref_value =
|
| + base::Value(MakePrefValue(origin, service_worker_registration_id));
|
|
|
| const base::DictionaryValue* map =
|
| profile->GetPrefs()->GetDictionary(prefs::kPushMessagingAppIdentifierMap);
|
|
|