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

Unified Diff: Source/core/frame/NavigatorCPU.cpp

Issue 1115553002: Removing blink::prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 8 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/frame/LocalDOMWindow.cpp ('k') | Source/core/frame/PinchViewport.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/NavigatorCPU.cpp
diff --git a/Source/core/frame/NavigatorCPU.cpp b/Source/core/frame/NavigatorCPU.cpp
index 52bd2a7df224d97a39e8935f6f7fb47e99caf8dc..924227fec2d90f3b3caa3074a7210b67d47b0622 100644
--- a/Source/core/frame/NavigatorCPU.cpp
+++ b/Source/core/frame/NavigatorCPU.cpp
@@ -11,7 +11,7 @@ namespace blink {
unsigned NavigatorCPU::hardwareConcurrency() const
{
- return blink::Platform::current()->numberOfProcessors();
+ return Platform::current()->numberOfProcessors();
}
} // namespace blink
« no previous file with comments | « Source/core/frame/LocalDOMWindow.cpp ('k') | Source/core/frame/PinchViewport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698