Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(874)

Unified Diff: third_party/WebKit/Source/modules/filesystem/LocalFileSystem.h

Issue 2110363002: Rename SameThreadClosure to Closure (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@TRV_ExplicitWTFBind
Patch Set: Add WTF:: to Closure Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/filesystem/LocalFileSystem.h
diff --git a/third_party/WebKit/Source/modules/filesystem/LocalFileSystem.h b/third_party/WebKit/Source/modules/filesystem/LocalFileSystem.h
index 1255126159410a4131b2a1df7dbb8c715a0eb6a5..75baffebf3fd989e2f08e91cbd78b21a5931dfab 100644
--- a/third_party/WebKit/Source/modules/filesystem/LocalFileSystem.h
+++ b/third_party/WebKit/Source/modules/filesystem/LocalFileSystem.h
@@ -77,7 +77,7 @@ private:
WebFileSystem* getFileSystem() const;
void fileSystemNotAvailable(ExecutionContext*, CallbackWrapper*);
- void requestFileSystemAccessInternal(ExecutionContext*, std::unique_ptr<SameThreadClosure> allowed, std::unique_ptr<SameThreadClosure> denied);
+ void requestFileSystemAccessInternal(ExecutionContext*, std::unique_ptr<WTF::Closure> allowed, std::unique_ptr<WTF::Closure> denied);
void fileSystemNotAllowedInternal(ExecutionContext*, CallbackWrapper*);
void fileSystemAllowedInternal(ExecutionContext*, FileSystemType, CallbackWrapper*);
void resolveURLInternal(ExecutionContext*, const KURL&, CallbackWrapper*);

Powered by Google App Engine
This is Rietveld 408576698