Remove some explicit td::.
GitOrigin-RevId: 93e5f0e98900a9a3b68f35e9123b2b40942879d3
This commit is contained in:
parent
44e3c6fb58
commit
6f71dca6e6
@ -97,7 +97,7 @@ class Td final : public NetQueryCallback {
|
||||
~Td() override;
|
||||
|
||||
struct Options {
|
||||
std::shared_ptr<td::NetQueryStats> net_query_stats;
|
||||
std::shared_ptr<NetQueryStats> net_query_stats;
|
||||
};
|
||||
|
||||
Td(unique_ptr<TdCallback> callback, Options options);
|
||||
|
@ -2360,7 +2360,7 @@ class FileManager::ForceUploadActor : public Actor {
|
||||
if (callback_.empty()) {
|
||||
return;
|
||||
}
|
||||
send_closure(std::move(callback_), &ForceUploadActor::on_upload_error, td::Status::Error("Cancelled"));
|
||||
send_closure(std::move(callback_), &ForceUploadActor::on_upload_error, Status::Error("Cancelled"));
|
||||
}
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user