fix lint-cpp

This commit is contained in:
Boik 2017-09-02 23:15:16 +08:00
parent 9f60673e4b
commit 13d363d1f1

View file

@ -79,7 +79,8 @@ void ToDictionary(base::DictionaryValue* details, net::URLRequest* request) {
int64_t process_id = info->GetChildID(); int64_t process_id = info->GetChildID();
int64_t routing_id = info->GetRouteID(); int64_t routing_id = info->GetRouteID();
details->SetDouble("webContentsGetId", (process_id << 32) + routing_id); details->SetDouble("webContentsGetId", (process_id << 32) + routing_id);
details->SetString("resourceType", ResourceTypeToString(info->GetResourceType())); details->SetString("resourceType",
ResourceTypeToString(info->GetResourceType()));
} else { } else {
details->SetString("resourceType", "other"); details->SetString("resourceType", "other");
} }