From 21ba0c5d4bf8fba15dddd97cd693bad2358b77fd Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Fri, 3 Sep 2021 13:32:17 +0200 Subject: BASELINE: Update Chromium to 92.0.4515.166 Change-Id: I42a050486714e9e54fc271f2a8939223a02ae364 --- chromium/base/files/file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chromium/base/files/file.h') diff --git a/chromium/base/files/file.h b/chromium/base/files/file.h index 79fd844ee50..5f248d6a4e7 100644 --- a/chromium/base/files/file.h +++ b/chromium/base/files/file.h @@ -319,7 +319,7 @@ class BASE_EXPORT File { bool async() const { return async_; } // Serialise this object into a trace. - void WriteIntoTracedValue(perfetto::TracedValue context) const; + void WriteIntoTrace(perfetto::TracedValue context) const; #if defined(OS_WIN) // Sets or clears the DeleteFile disposition on the file. Returns true if -- cgit v1.2.3