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

Unified Diff: Source/platform/scheduler/Scheduler.h

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/plugins/PluginListBuilder.cpp ('k') | Source/platform/scheduler/Scheduler.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/scheduler/Scheduler.h
diff --git a/Source/platform/scheduler/Scheduler.h b/Source/platform/scheduler/Scheduler.h
index 4514ca9e2377ecec835cd8c00ca4b3686e8fa1e4..dd30873e843f19378e7c87f0a72339b793977177 100644
--- a/Source/platform/scheduler/Scheduler.h
+++ b/Source/platform/scheduler/Scheduler.h
@@ -13,7 +13,7 @@ namespace blink {
class WebThread;
}
-namespace WebCore {
+namespace blink {
// The scheduler is an opinionated gateway for arranging work to be run the
// main thread. It decides which tasks get priority over others based on a
@@ -59,6 +59,6 @@ private:
void (*m_sharedTimerFunction)();
};
-} // namespace WebCore
+} // namespace blink
#endif // Scheduler_h
« no previous file with comments | « Source/platform/plugins/PluginListBuilder.cpp ('k') | Source/platform/scheduler/Scheduler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698