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

Unified Diff: Source/platform/Language.cpp

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/HostWindow.h ('k') | Source/platform/LinkHash.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/Language.cpp
diff --git a/Source/platform/Language.cpp b/Source/platform/Language.cpp
index 5605617fd74b373d412f42f2788f799db0603430..535214cb0fc4cf58c91a849b77e384628a7971f2 100644
--- a/Source/platform/Language.cpp
+++ b/Source/platform/Language.cpp
@@ -35,7 +35,7 @@ static String platformLanguage()
{
DEFINE_STATIC_LOCAL(String, computedDefaultLanguage, ());
if (computedDefaultLanguage.isEmpty()) {
- computedDefaultLanguage.append(WebKit::Platform::current()->defaultLocale());
+ computedDefaultLanguage.append(blink::Platform::current()->defaultLocale());
ASSERT(!computedDefaultLanguage.isEmpty());
}
return computedDefaultLanguage;
« no previous file with comments | « Source/platform/HostWindow.h ('k') | Source/platform/LinkHash.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698