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

Unified Diff: Source/platform/Task.h

Issue 467193002: Cleanup namespace usage in Source/core/platform/[A-Z]*.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/platform/Supplementable.h ('k') | Source/platform/TestingPlatformSupport.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/Task.h
diff --git a/Source/platform/Task.h b/Source/platform/Task.h
index 4589fdb69586e4092e018a2083fc094bddcbefeb..bac7d601b3df004cb8481e71cbc092c54e27c926 100644
--- a/Source/platform/Task.h
+++ b/Source/platform/Task.h
@@ -36,7 +36,7 @@
namespace blink {
-class Task : public blink::WebThread::Task {
+class Task : public WebThread::Task {
public:
explicit Task(const Closure& closure)
: m_closure(closure)
« no previous file with comments | « Source/platform/Supplementable.h ('k') | Source/platform/TestingPlatformSupport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698