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

Unified Diff: Source/core/dom/Microtask.h

Issue 460393003: Cleanup namespace usage in Source/core/{dom/* & fileapi/*} (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix Error and Rebase Created 6 years, 4 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
« no previous file with comments | « Source/core/dom/MessagePort.cpp ('k') | Source/core/dom/Microtask.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Microtask.h
diff --git a/Source/core/dom/Microtask.h b/Source/core/dom/Microtask.h
index 6e54b404f0482ecbf0721d97c40d0464f2ae70e0..a0fbdcb1e4b2bfa6d7e07bf9a780938b6153ed35 100644
--- a/Source/core/dom/Microtask.h
+++ b/Source/core/dom/Microtask.h
@@ -40,13 +40,13 @@ namespace blink {
class Microtask {
public:
static void performCheckpoint();
- static void enqueueMicrotask(PassOwnPtr<blink::WebThread::Task>);
+ static void enqueueMicrotask(PassOwnPtr<WebThread::Task>);
static void enqueueMicrotask(const Closure&);
private:
explicit Microtask();
};
-}
+} // namespace blink
#endif // Microtask_h
« no previous file with comments | « Source/core/dom/MessagePort.cpp ('k') | Source/core/dom/Microtask.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698