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

Unified Diff: Source/platform/text/PlatformLocale.h

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/text/BidiResolverTest.cpp ('k') | Source/platform/text/PlatformLocale.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/text/PlatformLocale.h
diff --git a/Source/platform/text/PlatformLocale.h b/Source/platform/text/PlatformLocale.h
index 513abd05033c258951cebeec6a09c83fca3ea98d..8b508a3c0beb20fc587853acd2bb337805d6fae4 100644
--- a/Source/platform/text/PlatformLocale.h
+++ b/Source/platform/text/PlatformLocale.h
@@ -40,9 +40,9 @@ public:
static PassOwnPtr<Locale> create(const AtomicString& localeIdentifier);
static Locale& defaultLocale();
- String queryString(WebKit::WebLocalizedString::Name);
- String queryString(WebKit::WebLocalizedString::Name, const String& parameter);
- String queryString(WebKit::WebLocalizedString::Name, const String& parameter1, const String& parameter2);
+ String queryString(blink::WebLocalizedString::Name);
+ String queryString(blink::WebLocalizedString::Name, const String& parameter);
+ String queryString(blink::WebLocalizedString::Name, const String& parameter1, const String& parameter2);
String validationMessageTooLongText(unsigned valueLength, int maxLength);
// Converts the specified number string to another number string localized
« no previous file with comments | « Source/platform/text/BidiResolverTest.cpp ('k') | Source/platform/text/PlatformLocale.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698